#EAB20F

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

Shades of Gamboge #EAB20F

Tints of Gamboge #EAB20F

Color information

#EAB20F (or 0xEAB20F) is unknown color: approx Gamboge. HEX triplet: EA, B2 and 0F. RGB value is (234,178,15). Sum of RGB (Red+Green+Blue) = 234+178+15=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB20F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB20F is #154DF0. Grayscale: #B0B0B0. Windows color (decimal): -1396209 or 1028842. OLE color: 1028842.

HSL color Cylindrical-coordinate representation of color #EAB20F: hue angle of 44.66º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAB20F is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB23417815-
CMYK00.240.940.08
HSL44.66º87.95%48.82%-
HSV(B)44.66º93.59%91.76%-
XYZ49.9449.377.35-
YUV176.1637.05169.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.80%
GREEN value IS 178 (69.92% from 255) = 41.69%
BLUE value IS 15 (6.25% from 255) = 3.51%
R=54.80%
G=41.69%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341781500.240.940.0844.6687.9548.82
HexEAB2F0185E82d5831
Octal35226217030136105513061
Binary11101010101100101111011000101111010001011011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB20F; }

 p { color: rgb(234,178,15); }

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

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

 a { background-color: rgb(234,178,15); }

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

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

 span { border-color: rgb(234,178,15); }

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