Html Css Color HEX #E0A409 Gamboge

📋 copy color: '#E0A409'

red 224 ◦ green 164 ◦ blue 9

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

Shades of Gamboge #E0A409

Tints of Gamboge #E0A409

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.31%

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

R = 56.42%
G = 41.31%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0A409 (or 0xE0A409) is known color: Gamboge. HEX triplet: E0, A4 and 09. RGB value is (224,164,9). Sum of RGB (Red+Green+Blue) = 224+164+9=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 9 (3.91% from 255 or 2.27% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A409 is #1F5BF6. Grayscale: #A4A4A4. Windows color (decimal): -2055159 or 632032. OLE color: 632032.

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

Color convert

RGB 224 164 9 -
CMYK 0 0.27 0.96 0.12
HSL 43.26º 0.92% 0.46% -
HSV(B) 43.26º 0.96% 0.88% -
XYZ 44.07 42.42 6.12 -
YUV 164.27 40.38 170.6 -
System Red Green Blue C M Y K H S L
Decimal 224 164 9 0 0.27 0.96 0.12 43.26 0.92 0.46
Hex E0 A4 9 0 1B 60 C 2B 5C 2E
Octal 340 244 11 0 33 140 14 53 134 56
Binary 11100000 10100100 1001 0 11011 1100000 1100 101011 1011100 101110

Color Harmonies of #E0A409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A409

Black with #E0A409

Text Example


Text Example

White with #E0A409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A409; }

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

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

background-color css

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

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

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

border-color css

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

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

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