Html Css Color HEX #EAA008 Gamboge

📋 copy color: '#EAA008'

red 234 ◦ green 160 ◦ blue 8

#EAA008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #EAA008

Tints of Gamboge #EAA008

RGB

 RED value IS 234 (91.8% from 255) = 58.21%

 GREEN value IS 160 (62.89% from 255) = 39.8%

 BLUE value IS 8 (3.52% from 255) = 1.99%

R = 58.21%
G = 39.8%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAA008 (or 0xEAA008) is known color: Gamboge. HEX triplet: EA, A0 and 08. RGB value is (234,160,8). Sum of RGB (Red+Green+Blue) = 234+160+8=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 8 (3.52% from 255 or 1.99% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA008 is #155FF7. Grayscale: #A5A5A5. Windows color (decimal): -1400824 or 565482. OLE color: 565482.

HSL color Cylindrical-coordinate representation of color #EAA008: hue angle of 40.35º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EAA008 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 160 8 -
CMYK 0 0.32 0.97 0.08
HSL 40.35º 0.93% 0.47% -
HSV(B) 40.35º 0.97% 0.92% -
XYZ 46.55 42.65 6.01 -
YUV 164.8 39.52 177.36 -
System Red Green Blue C M Y K H S L
Decimal 234 160 8 0 0.32 0.97 0.08 40.35 0.93 0.47
Hex EA A0 8 0 20 61 8 28 5D 2F
Octal 352 240 10 0 40 141 10 50 135 57
Binary 11101010 10100000 1000 0 100000 1100001 1000 101000 1011101 101111

Color Harmonies of #EAA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA008

Black with #EAA008

Text Example


Text Example

White with #EAA008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA008; }

 p { color: rgb(234,160,8); }

 H1.HeaderClassName
 {
   color: #EAA008;
 }
 .AnyTagClassName
 {
   color: #EAA008;
 }
</style>

background-color css

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

 a { background-color: rgb(234,160,8); }

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

border-color css

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

 span { border-color: rgb(234,160,8); }

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