Html Css Color HEX #E5AA16 Gamboge

📋 copy color: '#E5AA16'

red 229 ◦ green 170 ◦ blue 22

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

Shades of Gamboge #E5AA16

Tints of Gamboge #E5AA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.23%

R = 54.39%
G = 40.38%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E5AA16 (or 0xE5AA16) is known color: Gamboge. HEX triplet: E5, AA and 16. RGB value is (229,170,22). Sum of RGB (Red+Green+Blue) = 229+170+22=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AA16 is #1A55E9. Grayscale: #ABABAB. Windows color (decimal): -1725930 or 1485541. OLE color: 1485541.

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

Color convert

RGB 229 170 22 -
CMYK 0 0.26 0.90 0.10
HSL 42.9º 0.82% 0.49% -
HSV(B) 42.9º 0.9% 0.9% -
XYZ 46.83 45.47 7.07 -
YUV 170.77 44.05 169.53 -
System Red Green Blue C M Y K H S L
Decimal 229 170 22 0 0.26 0.90 0.10 42.9 0.82 0.49
Hex E5 AA 16 0 1A 5A A 2B 52 31
Octal 345 252 26 0 32 132 12 53 122 61
Binary 11100101 10101010 10110 0 11010 1011010 1010 101011 1010010 110001

Color Harmonies of #E5AA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AA16

Black with #E5AA16

Text Example


Text Example

White with #E5AA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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