Html Css Color HEX #E1A312 Gamboge

📋 copy color: '#E1A312'

red 225 ◦ green 163 ◦ blue 18

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

Shades of Gamboge #E1A312

Tints of Gamboge #E1A312

RGB

 RED value IS 225 (88.28% from 255) = 55.42%

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

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

R = 55.42%
G = 40.15%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E1A312 (or 0xE1A312) is known color: Gamboge. HEX triplet: E1, A3 and 12. RGB value is (225,163,18). Sum of RGB (Red+Green+Blue) = 225+163+18=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A312 is #1E5CED. Grayscale: #A5A5A5. Windows color (decimal): -1989870 or 1221601. OLE color: 1221601.

HSL color Cylindrical-coordinate representation of color #E1A312: hue angle of 42.03º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1A312 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 163 18 -
CMYK 0 0.28 0.92 0.12
HSL 42.03º 0.85% 0.48% -
HSV(B) 42.03º 0.92% 0.88% -
XYZ 44.26 42.25 6.39 -
YUV 165.01 45.04 170.79 -
System Red Green Blue C M Y K H S L
Decimal 225 163 18 0 0.28 0.92 0.12 42.03 0.85 0.48
Hex E1 A3 12 0 1C 5C C 2A 55 30
Octal 341 243 22 0 34 134 14 52 125 60
Binary 11100001 10100011 10010 0 11100 1011100 1100 101010 1010101 110000

Color Harmonies of #E1A312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A312

Black with #E1A312

Text Example


Text Example

White with #E1A312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A312; }

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

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

background-color css

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

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

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

border-color css

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

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

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