Html Css Color HEX #E5AA0E Gamboge

📋 copy color: '#E5AA0E'

red 229 ◦ green 170 ◦ blue 14

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

Shades of Gamboge #E5AA0E

Tints of Gamboge #E5AA0E

RGB

 RED value IS 229 (89.84% from 255) = 55.45%

 GREEN value IS 170 (66.8% from 255) = 41.16%

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

R = 55.45%
G = 41.16%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5AA0E (or 0xE5AA0E) is known color: Gamboge. HEX triplet: E5, AA and 0E. RGB value is (229,170,14). Sum of RGB (Red+Green+Blue) = 229+170+14=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AA0E is #1A55F1. Grayscale: #AAAAAA. Windows color (decimal): -1725938 or 961253. OLE color: 961253.

HSL color Cylindrical-coordinate representation of color #E5AA0E: hue angle of 43.53º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5AA0E is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 170 14 -
CMYK 0 0.26 0.94 0.10
HSL 43.53º 0.88% 0.48% -
HSV(B) 43.53º 0.94% 0.9% -
XYZ 46.77 45.44 6.72 -
YUV 169.86 40.05 170.18 -
System Red Green Blue C M Y K H S L
Decimal 229 170 14 0 0.26 0.94 0.10 43.53 0.88 0.48
Hex E5 AA E 0 1A 5E A 2C 58 30
Octal 345 252 16 0 32 136 12 54 130 60
Binary 11100101 10101010 1110 0 11010 1011110 1010 101100 1011000 110000

Color Harmonies of #E5AA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AA0E

Black with #E5AA0E

Text Example


Text Example

White with #E5AA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AA0E; }

 p { color: rgb(229,170,14); }

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

background-color css

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

 a { background-color: rgb(229,170,14); }

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

border-color css

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

 span { border-color: rgb(229,170,14); }

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