Html Css Color HEX #E1A104 Gamboge

📋 copy color: '#E1A104'

red 225 ◦ green 161 ◦ blue 4

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

Shades of Gamboge #E1A104

Tints of Gamboge #E1A104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 57.69%
G = 41.28%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E1A104 (or 0xE1A104) is known color: Gamboge. HEX triplet: E1, A1 and 04. RGB value is (225,161,4). Sum of RGB (Red+Green+Blue) = 225+161+4=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 4 (1.95% from 255 or 1.03% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A104 is #1E5EFB. Grayscale: #A2A2A2. Windows color (decimal): -1990396 or 303585. OLE color: 303585.

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

Color convert

RGB 225 161 4 -
CMYK 0 0.28 0.98 0.12
HSL 42.62º 0.97% 0.45% -
HSV(B) 42.62º 0.98% 0.88% -
XYZ 43.82 41.51 5.82 -
YUV 162.24 38.7 172.77 -
System Red Green Blue C M Y K H S L
Decimal 225 161 4 0 0.28 0.98 0.12 42.62 0.97 0.45
Hex E1 A1 4 0 1C 62 C 2B 61 2D
Octal 341 241 4 0 34 142 14 53 141 55
Binary 11100001 10100001 100 0 11100 1100010 1100 101011 1100001 101101

Color Harmonies of #E1A104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A104

Black with #E1A104

Text Example


Text Example

White with #E1A104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A104; }

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

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

background-color css

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

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

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

border-color css

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

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

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