Html Css Color HEX #E0A10E Gamboge

📋 copy color: '#E0A10E'

red 224 ◦ green 161 ◦ blue 14

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

Shades of Gamboge #E0A10E

Tints of Gamboge #E0A10E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.35%

 BLUE value IS 14 (5.86% from 255) = 3.51%

R = 56.14%
G = 40.35%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0A10E (or 0xE0A10E) is known color: Gamboge. HEX triplet: E0, A1 and 0E. RGB value is (224,161,14). Sum of RGB (Red+Green+Blue) = 224+161+14=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A10E is #1F5EF1. Grayscale: #A3A3A3. Windows color (decimal): -2055922 or 958944. OLE color: 958944.

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

Color convert

RGB 224 161 14 -
CMYK 0 0.28 0.94 0.12
HSL 42º 0.88% 0.47% -
HSV(B) 42º 0.94% 0.88% -
XYZ 43.56 41.37 6.1 -
YUV 163.08 43.87 171.45 -
System Red Green Blue C M Y K H S L
Decimal 224 161 14 0 0.28 0.94 0.12 42 0.88 0.47
Hex E0 A1 E 0 1C 5E C 2A 58 2F
Octal 340 241 16 0 34 136 14 52 130 57
Binary 11100000 10100001 1110 0 11100 1011110 1100 101010 1011000 101111

Color Harmonies of #E0A10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A10E

Black with #E0A10E

Text Example


Text Example

White with #E0A10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A10E; }

 p { color: rgb(224,161,14); }

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

background-color css

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

 a { background-color: rgb(224,161,14); }

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

border-color css

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

 span { border-color: rgb(224,161,14); }

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