Html Css Color HEX #EEA009 Gamboge

📋 copy color: '#EEA009'

red 238 ◦ green 160 ◦ blue 9

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

Shades of Gamboge #EEA009

Tints of Gamboge #EEA009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.21%

R = 58.48%
G = 39.31%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EEA009 (or 0xEEA009) is known color: Gamboge. HEX triplet: EE, A0 and 09. RGB value is (238,160,9). Sum of RGB (Red+Green+Blue) = 238+160+9=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 9 (3.91% from 255 or 2.21% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA009 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA009 is #115FF6. Grayscale: #A6A6A6. Windows color (decimal): -1138679 or 631022. OLE color: 631022.

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

Color convert

RGB 238 160 9 -
CMYK 0 0.33 0.96 0.07
HSL 39.56º 0.93% 0.48% -
HSV(B) 39.56º 0.96% 0.93% -
XYZ 47.88 43.34 6.1 -
YUV 166.11 39.34 179.28 -
System Red Green Blue C M Y K H S L
Decimal 238 160 9 0 0.33 0.96 0.07 39.56 0.93 0.48
Hex EE A0 9 0 21 60 7 28 5D 30
Octal 356 240 11 0 41 140 7 50 135 60
Binary 11101110 10100000 1001 0 100001 1100000 111 101000 1011101 110000

Color Harmonies of #EEA009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA009

Black with #EEA009

Text Example


Text Example

White with #EEA009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA009; }

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

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

background-color css

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

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

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

border-color css

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

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

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