Html Css Color HEX #E5AA11 Gamboge

📋 copy color: '#E5AA11'

red 229 ◦ green 170 ◦ blue 17

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

Shades of Gamboge #E5AA11

Tints of Gamboge #E5AA11

RGB

 RED value IS 229 (89.84% from 255) = 55.05%

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

 BLUE value IS 17 (7.03% from 255) = 4.09%

R = 55.05%
G = 40.87%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E5AA11 (or 0xE5AA11) is known color: Gamboge. HEX triplet: E5, AA and 11. RGB value is (229,170,17). Sum of RGB (Red+Green+Blue) = 229+170+17=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AA11 is #1A55EE. Grayscale: #AAAAAA. Windows color (decimal): -1725935 or 1157861. OLE color: 1157861.

HSL color Cylindrical-coordinate representation of color #E5AA11: hue angle of 43.3º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5AA11 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 170 17 -
CMYK 0 0.26 0.93 0.10
HSL 43.3º 0.86% 0.48% -
HSV(B) 43.3º 0.93% 0.9% -
XYZ 46.79 45.45 6.84 -
YUV 170.2 41.55 169.94 -
System Red Green Blue C M Y K H S L
Decimal 229 170 17 0 0.26 0.93 0.10 43.3 0.86 0.48
Hex E5 AA 11 0 1A 5D A 2B 56 30
Octal 345 252 21 0 32 135 12 53 126 60
Binary 11100101 10101010 10001 0 11010 1011101 1010 101011 1010110 110000

Color Harmonies of #E5AA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AA11

Black with #E5AA11

Text Example


Text Example

White with #E5AA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AA11; }

 p { color: rgb(229,170,17); }

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

background-color css

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

 a { background-color: rgb(229,170,17); }

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

border-color css

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

 span { border-color: rgb(229,170,17); }

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