Html Css Color HEX #E0A019 Gamboge

📋 copy color: '#E0A019'

red 224 ◦ green 160 ◦ blue 25

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

Shades of Gamboge #E0A019

Tints of Gamboge #E0A019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.11%

R = 54.77%
G = 39.12%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E0A019 (or 0xE0A019) is known color: Gamboge. HEX triplet: E0, A0 and 19. RGB value is (224,160,25). Sum of RGB (Red+Green+Blue) = 224+160+25=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A019 is #1F5FE6. Grayscale: #A4A4A4. Windows color (decimal): -2056167 or 1679584. OLE color: 1679584.

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

Color convert

RGB 224 160 25 -
CMYK 0 0.29 0.89 0.12
HSL 40.7º 0.8% 0.49% -
HSV(B) 40.7º 0.89% 0.88% -
XYZ 43.49 41.06 6.55 -
YUV 163.75 49.7 170.98 -
System Red Green Blue C M Y K H S L
Decimal 224 160 25 0 0.29 0.89 0.12 40.7 0.8 0.49
Hex E0 A0 19 0 1D 59 C 29 50 31
Octal 340 240 31 0 35 131 14 51 120 61
Binary 11100000 10100000 11001 0 11101 1011001 1100 101001 1010000 110001

Color Harmonies of #E0A019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A019

Black with #E0A019

Text Example


Text Example

White with #E0A019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A019; }

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

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

background-color css

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

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

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

border-color css

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

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

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