Html Css Color HEX #EEAA09 Gamboge

📋 copy color: '#EEAA09'

red 238 ◦ green 170 ◦ blue 9

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

Shades of Gamboge #EEAA09

Tints of Gamboge #EEAA09

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.77%

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

R = 57.07%
G = 40.77%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EEAA09 (or 0xEEAA09) is known color: Gamboge. HEX triplet: EE, AA and 09. RGB value is (238,170,9). Sum of RGB (Red+Green+Blue) = 238+170+9=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 9 (3.91% from 255 or 2.16% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAA09 is #1155F6. Grayscale: #ACACAC. Windows color (decimal): -1136119 or 633582. OLE color: 633582.

HSL color Cylindrical-coordinate representation of color #EEAA09: hue angle of 42.18º 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 #EEAA09 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 170 9 -
CMYK 0 0.29 0.96 0.07
HSL 42.18º 0.93% 0.48% -
HSV(B) 42.18º 0.96% 0.93% -
XYZ 49.68 46.95 6.7 -
YUV 171.98 36.03 175.09 -
System Red Green Blue C M Y K H S L
Decimal 238 170 9 0 0.29 0.96 0.07 42.18 0.93 0.48
Hex EE AA 9 0 1D 60 7 2A 5D 30
Octal 356 252 11 0 35 140 7 52 135 60
Binary 11101110 10101010 1001 0 11101 1100000 111 101010 1011101 110000

Color Harmonies of #EEAA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAA09

Black with #EEAA09

Text Example


Text Example

White with #EEAA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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