Html Css Color HEX #E2A011 Gamboge

📋 copy color: '#E2A011'

red 226 ◦ green 160 ◦ blue 17

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

Shades of Gamboge #E2A011

Tints of Gamboge #E2A011

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.7%

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

R = 56.08%
G = 39.7%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E2A011 (or 0xE2A011) is known color: Gamboge. HEX triplet: E2, A0 and 11. RGB value is (226,160,17). Sum of RGB (Red+Green+Blue) = 226+160+17=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 17 (7.03% from 255 or 4.22% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A011 is #1D5FEE. Grayscale: #A4A4A4. Windows color (decimal): -1925103 or 1155298. OLE color: 1155298.

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

Color convert

RGB 226 160 17 -
CMYK 0 0.29 0.92 0.11
HSL 41.05º 0.86% 0.48% -
HSV(B) 41.05º 0.92% 0.89% -
XYZ 44.04 41.35 6.19 -
YUV 163.43 45.37 172.63 -
System Red Green Blue C M Y K H S L
Decimal 226 160 17 0 0.29 0.92 0.11 41.05 0.86 0.48
Hex E2 A0 11 0 1D 5C B 29 56 30
Octal 342 240 21 0 35 134 13 51 126 60
Binary 11100010 10100000 10001 0 11101 1011100 1011 101001 1010110 110000

Color Harmonies of #E2A011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A011

Black with #E2A011

Text Example


Text Example

White with #E2A011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A011; }

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

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

background-color css

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

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

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

border-color css

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

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

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