Html Css Color HEX #E0A013 Gamboge

📋 copy color: '#E0A013'

red 224 ◦ green 160 ◦ blue 19

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

Shades of Gamboge #E0A013

Tints of Gamboge #E0A013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.71%

R = 55.58%
G = 39.7%
B = 4.71%

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

#E0A013 (or 0xE0A013) is known color: Gamboge. HEX triplet: E0, A0 and 13. RGB value is (224,160,19). Sum of RGB (Red+Green+Blue) = 224+160+19=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A013 is #1F5FEC. Grayscale: #A3A3A3. Windows color (decimal): -2056173 or 1286368. OLE color: 1286368.

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

Color convert

RGB 224 160 19 -
CMYK 0 0.29 0.92 0.12
HSL 41.27º 0.84% 0.48% -
HSV(B) 41.27º 0.92% 0.88% -
XYZ 43.43 41.04 6.25 -
YUV 163.06 46.7 171.46 -
System Red Green Blue C M Y K H S L
Decimal 224 160 19 0 0.29 0.92 0.12 41.27 0.84 0.48
Hex E0 A0 13 0 1D 5C C 29 54 30
Octal 340 240 23 0 35 134 14 51 124 60
Binary 11100000 10100000 10011 0 11101 1011100 1100 101001 1010100 110000

Color Harmonies of #E0A013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A013

Black with #E0A013

Text Example


Text Example

White with #E0A013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A013; }

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

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

background-color css

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

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

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

border-color css

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

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

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