Html Css Color HEX #E5AA04 Gamboge

📋 copy color: '#E5AA04'

red 229 ◦ green 170 ◦ blue 4

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

Shades of Gamboge #E5AA04

Tints of Gamboge #E5AA04

RGB

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

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

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

R = 56.82%
G = 42.18%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E5AA04 (or 0xE5AA04) is known color: Gamboge. HEX triplet: E5, AA and 04. RGB value is (229,170,4). Sum of RGB (Red+Green+Blue) = 229+170+4=403 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.82% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AA04 is #1A55FB. Grayscale: #A9A9A9. Windows color (decimal): -1725948 or 305893. OLE color: 305893.

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

Color convert

RGB 229 170 4 -
CMYK 0 0.26 0.98 0.10
HSL 44.27º 0.97% 0.46% -
HSV(B) 44.27º 0.98% 0.9% -
XYZ 46.71 45.42 6.42 -
YUV 168.72 35.05 171 -
System Red Green Blue C M Y K H S L
Decimal 229 170 4 0 0.26 0.98 0.10 44.27 0.97 0.46
Hex E5 AA 4 0 1A 62 A 2C 61 2E
Octal 345 252 4 0 32 142 12 54 141 56
Binary 11100101 10101010 100 0 11010 1100010 1010 101100 1100001 101110

Color Harmonies of #E5AA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AA04

Black with #E5AA04

Text Example


Text Example

White with #E5AA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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