Html Css Color HEX #E1A117 Gamboge

📋 copy color: '#E1A117'

red 225 ◦ green 161 ◦ blue 23

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

Shades of Gamboge #E1A117

Tints of Gamboge #E1A117

RGB

 RED value IS 225 (88.28% from 255) = 55.01%

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

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

R = 55.01%
G = 39.36%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E1A117 (or 0xE1A117) is known color: Gamboge. HEX triplet: E1, A1 and 17. RGB value is (225,161,23). Sum of RGB (Red+Green+Blue) = 225+161+23=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 23 (9.38% from 255 or 5.62% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A117 is #1E5EE8. Grayscale: #A5A5A5. Windows color (decimal): -1990377 or 1548769. OLE color: 1548769.

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

Color convert

RGB 225 161 23 -
CMYK 0 0.28 0.90 0.12
HSL 40.99º 0.81% 0.49% -
HSV(B) 40.99º 0.9% 0.88% -
XYZ 43.95 41.56 6.52 -
YUV 164.4 48.2 171.22 -
System Red Green Blue C M Y K H S L
Decimal 225 161 23 0 0.28 0.90 0.12 40.99 0.81 0.49
Hex E1 A1 17 0 1C 5A C 29 51 31
Octal 341 241 27 0 34 132 14 51 121 61
Binary 11100001 10100001 10111 0 11100 1011010 1100 101001 1010001 110001

Color Harmonies of #E1A117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A117

Black with #E1A117

Text Example


Text Example

White with #E1A117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A117; }

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

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

background-color css

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

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

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

border-color css

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

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

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