Html Css Color HEX #E1AB12 Gamboge

📋 copy color: '#E1AB12'

red 225 ◦ green 171 ◦ blue 18

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

Shades of Gamboge #E1AB12

Tints of Gamboge #E1AB12

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.3%

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

R = 54.35%
G = 41.3%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E1AB12 (or 0xE1AB12) is known color: Gamboge. HEX triplet: E1, AB and 12. RGB value is (225,171,18). Sum of RGB (Red+Green+Blue) = 225+171+18=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AB12 is #1E54ED. Grayscale: #AAAAAA. Windows color (decimal): -1987822 or 1223649. OLE color: 1223649.

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

Color convert

RGB 225 171 18 -
CMYK 0 0.24 0.92 0.12
HSL 44.35º 0.85% 0.48% -
HSV(B) 44.35º 0.92% 0.88% -
XYZ 45.72 45.18 6.88 -
YUV 169.7 42.39 167.44 -
System Red Green Blue C M Y K H S L
Decimal 225 171 18 0 0.24 0.92 0.12 44.35 0.85 0.48
Hex E1 AB 12 0 18 5C C 2C 55 30
Octal 341 253 22 0 30 134 14 54 125 60
Binary 11100001 10101011 10010 0 11000 1011100 1100 101100 1010101 110000

Color Harmonies of #E1AB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AB12

Black with #E1AB12

Text Example


Text Example

White with #E1AB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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