Html Css Color HEX #E5A117 Gamboge

📋 copy color: '#E5A117'

red 229 ◦ green 161 ◦ blue 23

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

Shades of Gamboge #E5A117

Tints of Gamboge #E5A117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.57%

R = 55.45%
G = 38.98%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E5A117 (or 0xE5A117) is known color: Gamboge. HEX triplet: E5, A1 and 17. RGB value is (229,161,23). Sum of RGB (Red+Green+Blue) = 229+161+23=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 23 (9.38% from 255 or 5.57% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A117 is #1A5EE8. Grayscale: #A6A6A6. Windows color (decimal): -1728233 or 1548773. OLE color: 1548773.

HSL color Cylindrical-coordinate representation of color #E5A117: hue angle of 40.19º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5A117 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 161 23 -
CMYK 0 0.30 0.90 0.10
HSL 40.19º 0.82% 0.49% -
HSV(B) 40.19º 0.9% 0.9% -
XYZ 45.21 42.21 6.57 -
YUV 165.6 47.53 173.22 -
System Red Green Blue C M Y K H S L
Decimal 229 161 23 0 0.30 0.90 0.10 40.19 0.82 0.49
Hex E5 A1 17 0 1E 5A A 28 52 31
Octal 345 241 27 0 36 132 12 50 122 61
Binary 11100101 10100001 10111 0 11110 1011010 1010 101000 1010010 110001

Color Harmonies of #E5A117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A117

Black with #E5A117

Text Example


Text Example

White with #E5A117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A117; }

 p { color: rgb(229,161,23); }

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

background-color css

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

 a { background-color: rgb(229,161,23); }

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

border-color css

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

 span { border-color: rgb(229,161,23); }

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