Html Css Color HEX #E5A60E Gamboge

📋 copy color: '#E5A60E'

red 229 ◦ green 166 ◦ blue 14

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

Shades of Gamboge #E5A60E

Tints of Gamboge #E5A60E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.59%

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

R = 55.99%
G = 40.59%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5A60E (or 0xE5A60E) is known color: Gamboge. HEX triplet: E5, A6 and 0E. RGB value is (229,166,14). Sum of RGB (Red+Green+Blue) = 229+166+14=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A60E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A60E is #1A59F1. Grayscale: #A8A8A8. Windows color (decimal): -1726962 or 960229. OLE color: 960229.

HSL color Cylindrical-coordinate representation of color #E5A60E: hue angle of 42.42º 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 #E5A60E is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 166 14 -
CMYK 0 0.28 0.94 0.10
HSL 42.42º 0.88% 0.48% -
HSV(B) 42.42º 0.94% 0.9% -
XYZ 46.03 43.96 6.48 -
YUV 167.51 41.37 171.86 -
System Red Green Blue C M Y K H S L
Decimal 229 166 14 0 0.28 0.94 0.10 42.42 0.88 0.48
Hex E5 A6 E 0 1C 5E A 2A 58 30
Octal 345 246 16 0 34 136 12 52 130 60
Binary 11100101 10100110 1110 0 11100 1011110 1010 101010 1011000 110000

Color Harmonies of #E5A60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A60E

Black with #E5A60E

Text Example


Text Example

White with #E5A60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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