#EAB00F

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

Shades of Gamboge #EAB00F

Tints of Gamboge #EAB00F

Color information

#EAB00F (or 0xEAB00F) is unknown color: approx Gamboge. HEX triplet: EA, B0 and 0F. RGB value is (234,176,15). Sum of RGB (Red+Green+Blue) = 234+176+15=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 15 (6.25% from 255 or 3.53% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB00F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB00F is #154FF0. Grayscale: #AFAFAF. Windows color (decimal): -1396721 or 1028330. OLE color: 1028330.

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

Color convert

RGB23417615-
CMYK00.250.940.08
HSL44.11º87.95%48.82%-
HSV(B)44.11º93.59%91.76%-
XYZ49.5448.587.22-
YUV174.9937.72170.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.06%
GREEN value IS 176 (69.14% from 255) = 41.41%
BLUE value IS 15 (6.25% from 255) = 3.53%
R=55.06%
G=41.41%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341761500.250.940.0844.1187.9548.82
HexEAB0F0195E82c5831
Octal35226017031136105413061
Binary11101010101100001111011001101111010001011001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB00F; }

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

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

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

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

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

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

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

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