Html Css Color HEX #E2A116 Gamboge

📋 copy color: '#E2A116'

red 226 ◦ green 161 ◦ blue 22

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

Shades of Gamboge #E2A116

Tints of Gamboge #E2A116

RGB

 RED value IS 226 (88.67% from 255) = 55.26%

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

 BLUE value IS 22 (8.98% from 255) = 5.38%

R = 55.26%
G = 39.36%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E2A116 (or 0xE2A116) is known color: Gamboge. HEX triplet: E2, A1 and 16. RGB value is (226,161,22). Sum of RGB (Red+Green+Blue) = 226+161+22=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A116 is #1D5EE9. Grayscale: #A5A5A5. Windows color (decimal): -1924842 or 1483234. OLE color: 1483234.

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

Color convert

RGB 226 161 22 -
CMYK 0 0.29 0.90 0.11
HSL 40.88º 0.82% 0.49% -
HSV(B) 40.88º 0.9% 0.89% -
XYZ 44.25 41.72 6.48 -
YUV 164.59 47.53 171.8 -
System Red Green Blue C M Y K H S L
Decimal 226 161 22 0 0.29 0.90 0.11 40.88 0.82 0.49
Hex E2 A1 16 0 1D 5A B 29 52 31
Octal 342 241 26 0 35 132 13 51 122 61
Binary 11100010 10100001 10110 0 11101 1011010 1011 101001 1010010 110001

Color Harmonies of #E2A116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A116

Black with #E2A116

Text Example


Text Example

White with #E2A116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A116; }

 p { color: rgb(226,161,22); }

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

background-color css

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

 a { background-color: rgb(226,161,22); }

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

border-color css

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

 span { border-color: rgb(226,161,22); }

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