#EAB840

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

Shades of Tulip Tree #EAB840

Tints of Tulip Tree #EAB840

Color information

#EAB840 (or 0xEAB840) is unknown color: approx Tulip Tree. HEX triplet: EA, B8 and 40. RGB value is (234,184,64). Sum of RGB (Red+Green+Blue) = 234+184+64=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB840 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB840 is #1547BF. Grayscale: #B9B9B9. Windows color (decimal): -1394624 or 4241642. OLE color: 4241642.

HSL color Cylindrical-coordinate representation of color #EAB840: hue angle of 42.35º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAB840 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB23418464-
CMYK00.210.730.08
HSL42.35º80.19%58.43%-
HSV(B)42.35º72.65%91.76%-
XYZ5252.1412.17-
YUV185.2759.56162.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.55%
GREEN value IS 184 (72.27% from 255) = 38.17%
BLUE value IS 64 (25.39% from 255) = 13.28%
R=48.55%
G=38.17%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341846400.210.730.0842.3580.1958.43
HexEAB8400154982a503a
Octal352270100025111105212072
Binary11101010101110001000000010101100100110001010101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB840; }

 p { color: rgb(234,184,64); }

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

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

 a { background-color: rgb(234,184,64); }

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

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

 span { border-color: rgb(234,184,64); }

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