#e0a434

Color #E0A434 Tulip Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tulip Tree #E0A434

Tints of Tulip Tree #E0A434

Color information

#E0A434 (or 0xE0A434) is unknown color: approx Tulip Tree. HEX triplet: E0, A4 and 34. RGB value is (224,164,52). Sum of RGB (Red+Green+Blue) = 224+164+52=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 52 (20.70% from 255 or 11.82% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A434 is #1F5BCB. Grayscale: #A9A9A9. Windows color (decimal): -2055116 or 3450080. OLE color: 3450080.

HSL color Cylindrical-coordinate representation of color #E0A434: hue angle of 39.07º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E0A434 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB22416452-
CMYK00.270.770.12
HSL39.07º73.5%54.12%-
HSV(B)39.07º76.79%87.84%-
XYZ44.6442.659.13-
YUV169.1761.88167.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 50.91%
GREEN value IS 164 (64.45% from 255) = 37.27%
BLUE value IS 52 (20.70% from 255) = 11.82%
R=50.91%
G=37.27%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241645200.270.770.1239.0773.554.12
HexE0A43401B4DC274a36
Octal34024464033115144711266
Binary1110000010100100110100011011100110111001001111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0a434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0a434; }

 p { color: rgb(224,164,52); }

 H1.HeaderClassName
 {
   color: #e0a434;
 }
 .AnyTagClassName
 {
   color: #e0a434;
 }
</style>
background-color css

<style>
 a { background-color: #e0a434; }

 a { background-color: rgb(224,164,52); }

 div.DivClassName
 {
   background-color: #e0a434;
 }
 .BgClassName
 {
   background-color: #e0a434;
 }
</style>
border-color css

<style>
 span { border-color: #e0a434; }

 span { border-color: rgb(224,164,52); }

 td.TdClassName
 {
   border-color: #e0a434;
 }
 .TagClassName
 {
   border-color: #e0a434;
 }
</style>