Html Css Color HEX #E1A614 Gamboge

📋 copy color: '#E1A614'

red 225 ◦ green 166 ◦ blue 20

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

Shades of Gamboge #E1A614

Tints of Gamboge #E1A614

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.39%

 BLUE value IS 20 (8.2% from 255) = 4.87%

R = 54.74%
G = 40.39%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E1A614 (or 0xE1A614) is known color: Gamboge. HEX triplet: E1, A6 and 14. RGB value is (225,166,20). Sum of RGB (Red+Green+Blue) = 225+166+20=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A614 is #1E59EB. Grayscale: #A7A7A7. Windows color (decimal): -1989100 or 1353441. OLE color: 1353441.

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

Color convert

RGB 225 166 20 -
CMYK 0 0.26 0.91 0.12
HSL 42.73º 0.84% 0.48% -
HSV(B) 42.73º 0.91% 0.88% -
XYZ 44.81 43.33 6.66 -
YUV 167 45.05 169.37 -
System Red Green Blue C M Y K H S L
Decimal 225 166 20 0 0.26 0.91 0.12 42.73 0.84 0.48
Hex E1 A6 14 0 1A 5B C 2B 54 30
Octal 341 246 24 0 32 133 14 53 124 60
Binary 11100001 10100110 10100 0 11010 1011011 1100 101011 1010100 110000

Color Harmonies of #E1A614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A614

Black with #E1A614

Text Example


Text Example

White with #E1A614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A614; }

 p { color: rgb(225,166,20); }

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

background-color css

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

 a { background-color: rgb(225,166,20); }

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

border-color css

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

 span { border-color: rgb(225,166,20); }

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