Html Css Color HEX #E0A005 Gamboge

📋 copy color: '#E0A005'

red 224 ◦ green 160 ◦ blue 5

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

Shades of Gamboge #E0A005

Tints of Gamboge #E0A005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.29%

R = 57.58%
G = 41.13%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E0A005 (or 0xE0A005) is known color: Gamboge. HEX triplet: E0, A0 and 05. RGB value is (224,160,5). Sum of RGB (Red+Green+Blue) = 224+160+5=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A005 is #1F5FFA. Grayscale: #A2A2A2. Windows color (decimal): -2056187 or 368864. OLE color: 368864.

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

Color convert

RGB 224 160 5 -
CMYK 0 0.29 0.98 0.12
HSL 42.47º 0.96% 0.45% -
HSV(B) 42.47º 0.98% 0.88% -
XYZ 43.34 41 5.77 -
YUV 161.47 39.7 172.6 -
System Red Green Blue C M Y K H S L
Decimal 224 160 5 0 0.29 0.98 0.12 42.47 0.96 0.45
Hex E0 A0 5 0 1D 62 C 2A 60 2D
Octal 340 240 5 0 35 142 14 52 140 55
Binary 11100000 10100000 101 0 11101 1100010 1100 101010 1100000 101101

Color Harmonies of #E0A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A005

Black with #E0A005

Text Example


Text Example

White with #E0A005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A005; }

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

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

background-color css

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

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

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

border-color css

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

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

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