Html Css Color HEX #E2A312 Gamboge

📋 copy color: '#E2A312'

red 226 ◦ green 163 ◦ blue 18

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

Shades of Gamboge #E2A312

Tints of Gamboge #E2A312

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.05%

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

R = 55.53%
G = 40.05%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E2A312 (or 0xE2A312) is known color: Gamboge. HEX triplet: E2, A3 and 12. RGB value is (226,163,18). Sum of RGB (Red+Green+Blue) = 226+163+18=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A312 is #1D5CED. Grayscale: #A5A5A5. Windows color (decimal): -1924334 or 1221602. OLE color: 1221602.

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

Color convert

RGB 226 163 18 -
CMYK 0 0.28 0.92 0.11
HSL 41.83º 0.85% 0.48% -
HSV(B) 41.83º 0.92% 0.89% -
XYZ 44.57 42.41 6.41 -
YUV 165.31 44.87 171.29 -
System Red Green Blue C M Y K H S L
Decimal 226 163 18 0 0.28 0.92 0.11 41.83 0.85 0.48
Hex E2 A3 12 0 1C 5C B 2A 55 30
Octal 342 243 22 0 34 134 13 52 125 60
Binary 11100010 10100011 10010 0 11100 1011100 1011 101010 1010101 110000

Color Harmonies of #E2A312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A312

Black with #E2A312

Text Example


Text Example

White with #E2A312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A312; }

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

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

background-color css

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

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

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

border-color css

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

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

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