Html Css Color HEX #E1A102 Gamboge

📋 copy color: '#E1A102'

red 225 ◦ green 161 ◦ blue 2

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

Shades of Gamboge #E1A102

Tints of Gamboge #E1A102

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.49%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 57.99%
G = 41.49%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E1A102 (or 0xE1A102) is known color: Gamboge. HEX triplet: E1, A1 and 02. RGB value is (225,161,2). Sum of RGB (Red+Green+Blue) = 225+161+2=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A102 is #1E5EFD. Grayscale: #A2A2A2. Windows color (decimal): -1990398 or 172513. OLE color: 172513.

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

Color convert

RGB 225 161 2 -
CMYK 0 0.28 0.99 0.12
HSL 42.78º 0.98% 0.45% -
HSV(B) 42.78º 0.99% 0.88% -
XYZ 43.81 41.5 5.76 -
YUV 162.01 37.7 172.93 -
System Red Green Blue C M Y K H S L
Decimal 225 161 2 0 0.28 0.99 0.12 42.78 0.98 0.45
Hex E1 A1 2 0 1C 63 C 2B 62 2D
Octal 341 241 2 0 34 143 14 53 142 55
Binary 11100001 10100001 10 0 11100 1100011 1100 101011 1100010 101101

Color Harmonies of #E1A102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A102

Black with #E1A102

Text Example


Text Example

White with #E1A102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A102; }

 p { color: rgb(225,161,2); }

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

background-color css

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

 a { background-color: rgb(225,161,2); }

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

border-color css

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

 span { border-color: rgb(225,161,2); }

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