Html Css Color HEX #E2A512 Gamboge

📋 copy color: '#E2A512'

red 226 ◦ green 165 ◦ blue 18

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

Shades of Gamboge #E2A512

Tints of Gamboge #E2A512

RGB

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

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

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

R = 55.26%
G = 40.34%
B = 4.4%

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

#E2A512 (or 0xE2A512) is known color: Gamboge. HEX triplet: E2, A5 and 12. RGB value is (226,165,18). Sum of RGB (Red+Green+Blue) = 226+165+18=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A512 is #1D5AED. Grayscale: #A7A7A7. Windows color (decimal): -1923822 or 1222114. OLE color: 1222114.

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

Color convert

RGB 226 165 18 -
CMYK 0 0.27 0.92 0.11
HSL 42.4º 0.85% 0.48% -
HSV(B) 42.4º 0.92% 0.89% -
XYZ 44.93 43.12 6.53 -
YUV 166.48 44.21 170.45 -
System Red Green Blue C M Y K H S L
Decimal 226 165 18 0 0.27 0.92 0.11 42.4 0.85 0.48
Hex E2 A5 12 0 1B 5C B 2A 55 30
Octal 342 245 22 0 33 134 13 52 125 60
Binary 11100010 10100101 10010 0 11011 1011100 1011 101010 1010101 110000

Color Harmonies of #E2A512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A512

Black with #E2A512

Text Example


Text Example

White with #E2A512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A512; }

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

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

background-color css

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

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

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

border-color css

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

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

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