Html Css Color HEX #E1AA09 Gamboge

📋 copy color: '#E1AA09'

red 225 ◦ green 170 ◦ blue 9

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

Shades of Gamboge #E1AA09

Tints of Gamboge #E1AA09

RGB

 RED value IS 225 (88.28% from 255) = 55.69%

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

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

R = 55.69%
G = 42.08%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E1AA09 (or 0xE1AA09) is known color: Gamboge. HEX triplet: E1, AA and 09. RGB value is (225,170,9). Sum of RGB (Red+Green+Blue) = 225+170+9=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 9 (3.91% from 255 or 2.23% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AA09 is #1E55F6. Grayscale: #A8A8A8. Windows color (decimal): -1988087 or 633569. OLE color: 633569.

HSL color Cylindrical-coordinate representation of color #E1AA09: hue angle of 44.72º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1AA09 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 170 9 -
CMYK 0 0.24 0.96 0.12
HSL 44.72º 0.92% 0.46% -
HSV(B) 44.72º 0.96% 0.88% -
XYZ 45.48 44.78 6.5 -
YUV 168.09 38.22 168.59 -
System Red Green Blue C M Y K H S L
Decimal 225 170 9 0 0.24 0.96 0.12 44.72 0.92 0.46
Hex E1 AA 9 0 18 60 C 2D 5C 2E
Octal 341 252 11 0 30 140 14 55 134 56
Binary 11100001 10101010 1001 0 11000 1100000 1100 101101 1011100 101110

Color Harmonies of #E1AA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AA09

Black with #E1AA09

Text Example


Text Example

White with #E1AA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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