Html Css Color HEX #E0A012 Gamboge

📋 copy color: '#E0A012'

red 224 ◦ green 160 ◦ blue 18

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

Shades of Gamboge #E0A012

Tints of Gamboge #E0A012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.48%

R = 55.72%
G = 39.8%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E0A012 (or 0xE0A012) is known color: Gamboge. HEX triplet: E0, A0 and 12. RGB value is (224,160,18). Sum of RGB (Red+Green+Blue) = 224+160+18=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A012 is #1F5FED. Grayscale: #A3A3A3. Windows color (decimal): -2056174 or 1220832. OLE color: 1220832.

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

Color convert

RGB 224 160 18 -
CMYK 0 0.29 0.92 0.12
HSL 41.36º 0.85% 0.47% -
HSV(B) 41.36º 0.92% 0.88% -
XYZ 43.42 41.03 6.2 -
YUV 162.95 46.2 171.55 -
System Red Green Blue C M Y K H S L
Decimal 224 160 18 0 0.29 0.92 0.12 41.36 0.85 0.47
Hex E0 A0 12 0 1D 5C C 29 55 2F
Octal 340 240 22 0 35 134 14 51 125 57
Binary 11100000 10100000 10010 0 11101 1011100 1100 101001 1010101 101111

Color Harmonies of #E0A012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A012

Black with #E0A012

Text Example


Text Example

White with #E0A012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A012; }

 p { color: rgb(224,160,18); }

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

background-color css

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

 a { background-color: rgb(224,160,18); }

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

border-color css

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

 span { border-color: rgb(224,160,18); }

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