#EAB83F

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

Shades of Tulip Tree #EAB83F

Tints of Tulip Tree #EAB83F

Color information

#EAB83F (or 0xEAB83F) is unknown color: approx Tulip Tree. HEX triplet: EA, B8 and 3F. RGB value is (234,184,63). Sum of RGB (Red+Green+Blue) = 234+184+63=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB83F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB83F is #1547C0. Grayscale: #B9B9B9. Windows color (decimal): -1394625 or 4176106. OLE color: 4176106.

HSL color Cylindrical-coordinate representation of color #EAB83F: hue angle of 42.46º 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 #EAB83F is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB23418463-
CMYK00.210.730.08
HSL42.46º80.28%58.24%-
HSV(B)42.46º73.08%91.76%-
XYZ51.9752.1312.03-
YUV185.1659.06162.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.65%
GREEN value IS 184 (72.27% from 255) = 38.25%
BLUE value IS 63 (25% from 255) = 13.10%
R=48.65%
G=38.25%
B=13.10%

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
Decimal2341846300.210.730.0842.4680.2858.24
HexEAB83F0154982a503a
Octal35227077025111105212072
Binary1110101010111000111111010101100100110001010101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB83F; }

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

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

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

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

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

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

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

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