Html Css Color HEX #EEA008 Gamboge

📋 copy color: '#EEA008'

red 238 ◦ green 160 ◦ blue 8

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

Shades of Gamboge #EEA008

Tints of Gamboge #EEA008

RGB

 RED value IS 238 (93.36% from 255) = 58.62%

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

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

R = 58.62%
G = 39.41%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EEA008 (or 0xEEA008) is known color: Gamboge. HEX triplet: EE, A0 and 08. RGB value is (238,160,8). Sum of RGB (Red+Green+Blue) = 238+160+8=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 8 (3.52% from 255 or 1.97% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA008 is #115FF7. Grayscale: #A6A6A6. Windows color (decimal): -1138680 or 565486. OLE color: 565486.

HSL color Cylindrical-coordinate representation of color #EEA008: hue angle of 39.65º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEA008 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 160 8 -
CMYK 0 0.33 0.97 0.07
HSL 39.65º 0.93% 0.48% -
HSV(B) 39.65º 0.97% 0.93% -
XYZ 47.87 43.34 6.07 -
YUV 165.99 38.84 179.36 -
System Red Green Blue C M Y K H S L
Decimal 238 160 8 0 0.33 0.97 0.07 39.65 0.93 0.48
Hex EE A0 8 0 21 61 7 28 5D 30
Octal 356 240 10 0 41 141 7 50 135 60
Binary 11101110 10100000 1000 0 100001 1100001 111 101000 1011101 110000

Color Harmonies of #EEA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA008

Black with #EEA008

Text Example


Text Example

White with #EEA008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA008; }

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

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

background-color css

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

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

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

border-color css

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

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

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