Html Css Color HEX #E0AA09 Gamboge

📋 copy color: '#E0AA09'

red 224 ◦ green 170 ◦ blue 9

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

Shades of Gamboge #E0AA09

Tints of Gamboge #E0AA09

RGB

 RED value IS 224 (87.89% from 255) = 55.58%

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

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

R = 55.58%
G = 42.18%
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

#E0AA09 (or 0xE0AA09) is known color: Gamboge. HEX triplet: E0, AA and 09. RGB value is (224,170,9). Sum of RGB (Red+Green+Blue) = 224+170+9=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 9 (3.91% from 255 or 2.23% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AA09 is #1F55F6. Grayscale: #A8A8A8. Windows color (decimal): -2053623 or 633568. OLE color: 633568.

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

Color convert

RGB 224 170 9 -
CMYK 0 0.24 0.96 0.12
HSL 44.93º 0.92% 0.46% -
HSV(B) 44.93º 0.96% 0.88% -
XYZ 45.16 44.62 6.49 -
YUV 167.79 38.39 168.09 -
System Red Green Blue C M Y K H S L
Decimal 224 170 9 0 0.24 0.96 0.12 44.93 0.92 0.46
Hex E0 AA 9 0 18 60 C 2D 5C 2E
Octal 340 252 11 0 30 140 14 55 134 56
Binary 11100000 10101010 1001 0 11000 1100000 1100 101101 1011100 101110

Color Harmonies of #E0AA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AA09

Black with #E0AA09

Text Example


Text Example

White with #E0AA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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