Html Css Color HEX #E1A009 Gamboge

📋 copy color: '#E1A009'

red 225 ◦ green 160 ◦ blue 9

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

Shades of Gamboge #E1A009

Tints of Gamboge #E1A009

RGB

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

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

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

R = 57.11%
G = 40.61%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E1A009 (or 0xE1A009) is known color: Gamboge. HEX triplet: E1, A0 and 09. RGB value is (225,160,9). Sum of RGB (Red+Green+Blue) = 225+160+9=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 9 (3.91% from 255 or 2.28% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A009 is #1E5FF6. Grayscale: #A2A2A2. Windows color (decimal): -1990647 or 631009. OLE color: 631009.

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

Color convert

RGB 225 160 9 -
CMYK 0 0.29 0.96 0.12
HSL 41.94º 0.92% 0.46% -
HSV(B) 41.94º 0.96% 0.88% -
XYZ 43.67 41.17 5.9 -
YUV 162.22 41.53 172.78 -
System Red Green Blue C M Y K H S L
Decimal 225 160 9 0 0.29 0.96 0.12 41.94 0.92 0.46
Hex E1 A0 9 0 1D 60 C 2A 5C 2E
Octal 341 240 11 0 35 140 14 52 134 56
Binary 11100001 10100000 1001 0 11101 1100000 1100 101010 1011100 101110

Color Harmonies of #E1A009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A009

Black with #E1A009

Text Example


Text Example

White with #E1A009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A009; }

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

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

background-color css

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

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

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

border-color css

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

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

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