Html Css Color HEX #E2A611 Gamboge

📋 copy color: '#E2A611'

red 226 ◦ green 166 ◦ blue 17

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

Shades of Gamboge #E2A611

Tints of Gamboge #E2A611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.16%

R = 55.26%
G = 40.59%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E2A611 (or 0xE2A611) is known color: Gamboge. HEX triplet: E2, A6 and 11. RGB value is (226,166,17). Sum of RGB (Red+Green+Blue) = 226+166+17=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A611 is #1D59EE. Grayscale: #A7A7A7. Windows color (decimal): -1923567 or 1156834. OLE color: 1156834.

HSL color Cylindrical-coordinate representation of color #E2A611: hue angle of 42.78º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2A611 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 166 17 -
CMYK 0 0.27 0.92 0.11
HSL 42.78º 0.86% 0.48% -
HSV(B) 42.78º 0.92% 0.89% -
XYZ 45.1 43.48 6.55 -
YUV 166.95 43.38 170.12 -
System Red Green Blue C M Y K H S L
Decimal 226 166 17 0 0.27 0.92 0.11 42.78 0.86 0.48
Hex E2 A6 11 0 1B 5C B 2B 56 30
Octal 342 246 21 0 33 134 13 53 126 60
Binary 11100010 10100110 10001 0 11011 1011100 1011 101011 1010110 110000

Color Harmonies of #E2A611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A611

Black with #E2A611

Text Example


Text Example

White with #E2A611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A611; }

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

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

background-color css

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

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

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

border-color css

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

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

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