Html Css Color HEX #E2A511 Gamboge

📋 copy color: '#E2A511'

red 226 ◦ green 165 ◦ blue 17

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

Shades of Gamboge #E2A511

Tints of Gamboge #E2A511

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.44%

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

R = 55.39%
G = 40.44%
B = 4.17%

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

#E2A511 (or 0xE2A511) is known color: Gamboge. HEX triplet: E2, A5 and 11. RGB value is (226,165,17). Sum of RGB (Red+Green+Blue) = 226+165+17=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A511 is #1D5AEE. Grayscale: #A7A7A7. Windows color (decimal): -1923823 or 1156578. OLE color: 1156578.

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

Color convert

RGB 226 165 17 -
CMYK 0 0.27 0.92 0.11
HSL 42.49º 0.86% 0.48% -
HSV(B) 42.49º 0.92% 0.89% -
XYZ 44.92 43.12 6.49 -
YUV 166.37 43.71 170.53 -
System Red Green Blue C M Y K H S L
Decimal 226 165 17 0 0.27 0.92 0.11 42.49 0.86 0.48
Hex E2 A5 11 0 1B 5C B 2A 56 30
Octal 342 245 21 0 33 134 13 52 126 60
Binary 11100010 10100101 10001 0 11011 1011100 1011 101010 1010110 110000

Color Harmonies of #E2A511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A511

Black with #E2A511

Text Example


Text Example

White with #E2A511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A511; }

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

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

background-color css

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

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

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

border-color css

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

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

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