Html Css Color HEX #E2A612 Gamboge

📋 copy color: '#E2A612'

red 226 ◦ green 166 ◦ blue 18

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

Shades of Gamboge #E2A612

Tints of Gamboge #E2A612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.39%

R = 55.12%
G = 40.49%
B = 4.39%

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

#E2A612 (or 0xE2A612) is known color: Gamboge. HEX triplet: E2, A6 and 12. RGB value is (226,166,18). Sum of RGB (Red+Green+Blue) = 226+166+18=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A612 is #1D59ED. Grayscale: #A7A7A7. Windows color (decimal): -1923566 or 1222370. OLE color: 1222370.

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

Color convert

RGB 226 166 18 -
CMYK 0 0.27 0.92 0.11
HSL 42.69º 0.85% 0.48% -
HSV(B) 42.69º 0.92% 0.89% -
XYZ 45.11 43.48 6.59 -
YUV 167.07 43.88 170.03 -
System Red Green Blue C M Y K H S L
Decimal 226 166 18 0 0.27 0.92 0.11 42.69 0.85 0.48
Hex E2 A6 12 0 1B 5C B 2B 55 30
Octal 342 246 22 0 33 134 13 53 125 60
Binary 11100010 10100110 10010 0 11011 1011100 1011 101011 1010101 110000

Color Harmonies of #E2A612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A612

Black with #E2A612

Text Example


Text Example

White with #E2A612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A612; }

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

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

background-color css

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

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

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

border-color css

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

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

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