Html Css Color HEX #E1AA14 Gamboge

📋 copy color: '#E1AA14'

red 225 ◦ green 170 ◦ blue 20

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

Shades of Gamboge #E1AA14

Tints of Gamboge #E1AA14

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.96%

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

R = 54.22%
G = 40.96%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E1AA14 (or 0xE1AA14) is known color: Gamboge. HEX triplet: E1, AA and 14. RGB value is (225,170,20). Sum of RGB (Red+Green+Blue) = 225+170+20=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AA14 is #1E55EB. Grayscale: #AAAAAA. Windows color (decimal): -1988076 or 1354465. OLE color: 1354465.

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

Color convert

RGB 225 170 20 -
CMYK 0 0.24 0.91 0.12
HSL 43.9º 0.84% 0.48% -
HSV(B) 43.9º 0.91% 0.88% -
XYZ 45.55 44.81 6.91 -
YUV 169.35 43.72 167.7 -
System Red Green Blue C M Y K H S L
Decimal 225 170 20 0 0.24 0.91 0.12 43.9 0.84 0.48
Hex E1 AA 14 0 18 5B C 2C 54 30
Octal 341 252 24 0 30 133 14 54 124 60
Binary 11100001 10101010 10100 0 11000 1011011 1100 101100 1010100 110000

Color Harmonies of #E1AA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AA14

Black with #E1AA14

Text Example


Text Example

White with #E1AA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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