Html Css Color HEX #E0A008 Gamboge

📋 copy color: '#E0A008'

red 224 ◦ green 160 ◦ blue 8

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

Shades of Gamboge #E0A008

Tints of Gamboge #E0A008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.04%

R = 57.14%
G = 40.82%
B = 2.04%

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

#E0A008 (or 0xE0A008) is known color: Gamboge. HEX triplet: E0, A0 and 08. RGB value is (224,160,8). Sum of RGB (Red+Green+Blue) = 224+160+8=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 8 (3.52% from 255 or 2.04% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A008 is #1F5FF7. Grayscale: #A2A2A2. Windows color (decimal): -2056184 or 565472. OLE color: 565472.

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

Color convert

RGB 224 160 8 -
CMYK 0 0.29 0.96 0.12
HSL 42.22º 0.93% 0.45% -
HSV(B) 42.22º 0.96% 0.88% -
XYZ 43.36 41.01 5.86 -
YUV 161.81 41.2 172.36 -
System Red Green Blue C M Y K H S L
Decimal 224 160 8 0 0.29 0.96 0.12 42.22 0.93 0.45
Hex E0 A0 8 0 1D 60 C 2A 5D 2D
Octal 340 240 10 0 35 140 14 52 135 55
Binary 11100000 10100000 1000 0 11101 1100000 1100 101010 1011101 101101

Color Harmonies of #E0A008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A008

Black with #E0A008

Text Example


Text Example

White with #E0A008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A008; }

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

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

background-color css

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

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

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

border-color css

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

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

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