Html Css Color HEX #E1A210 Gamboge

📋 copy color: '#E1A210'

red 225 ◦ green 162 ◦ blue 16

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

Shades of Gamboge #E1A210

Tints of Gamboge #E1A210

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.2%

 BLUE value IS 16 (6.64% from 255) = 3.97%

R = 55.83%
G = 40.2%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E1A210 (or 0xE1A210) is known color: Gamboge. HEX triplet: E1, A2 and 10. RGB value is (225,162,16). Sum of RGB (Red+Green+Blue) = 225+162+16=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A210 is #1E5DEF. Grayscale: #A4A4A4. Windows color (decimal): -1990128 or 1090273. OLE color: 1090273.

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

Color convert

RGB 225 162 16 -
CMYK 0 0.28 0.93 0.12
HSL 41.91º 0.87% 0.47% -
HSV(B) 41.91º 0.93% 0.88% -
XYZ 44.07 41.89 6.25 -
YUV 164.19 44.37 171.37 -
System Red Green Blue C M Y K H S L
Decimal 225 162 16 0 0.28 0.93 0.12 41.91 0.87 0.47
Hex E1 A2 10 0 1C 5D C 2A 57 2F
Octal 341 242 20 0 34 135 14 52 127 57
Binary 11100001 10100010 10000 0 11100 1011101 1100 101010 1010111 101111

Color Harmonies of #E1A210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A210

Black with #E1A210

Text Example


Text Example

White with #E1A210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A210; }

 p { color: rgb(225,162,16); }

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

background-color css

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

 a { background-color: rgb(225,162,16); }

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

border-color css

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

 span { border-color: rgb(225,162,16); }

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