Html Css Color HEX #E2A616 Gamboge

📋 copy color: '#E2A616'

red 226 ◦ green 166 ◦ blue 22

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

Shades of Gamboge #E2A616

Tints of Gamboge #E2A616

RGB

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

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

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

R = 54.59%
G = 40.1%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E2A616 (or 0xE2A616) is known color: Gamboge. HEX triplet: E2, A6 and 16. RGB value is (226,166,22). Sum of RGB (Red+Green+Blue) = 226+166+22=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A616 is #1D59E9. Grayscale: #A8A8A8. Windows color (decimal): -1923562 or 1484514. OLE color: 1484514.

HSL color Cylindrical-coordinate representation of color #E2A616: hue angle of 42.35º 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 #E2A616 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 166 22 -
CMYK 0 0.27 0.90 0.11
HSL 42.35º 0.82% 0.49% -
HSV(B) 42.35º 0.9% 0.89% -
XYZ 45.15 43.5 6.78 -
YUV 167.52 45.88 169.71 -
System Red Green Blue C M Y K H S L
Decimal 226 166 22 0 0.27 0.90 0.11 42.35 0.82 0.49
Hex E2 A6 16 0 1B 5A B 2A 52 31
Octal 342 246 26 0 33 132 13 52 122 61
Binary 11100010 10100110 10110 0 11011 1011010 1011 101010 1010010 110001

Color Harmonies of #E2A616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A616

Black with #E2A616

Text Example


Text Example

White with #E2A616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A616; }

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

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

background-color css

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

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

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

border-color css

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

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

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