Html Css Color HEX #E5A804 Gamboge

📋 copy color: '#E5A804'

red 229 ◦ green 168 ◦ blue 4

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

Shades of Gamboge #E5A804

Tints of Gamboge #E5A804

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.9%

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

R = 57.11%
G = 41.9%
B = 1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E5A804 (or 0xE5A804) is known color: Gamboge. HEX triplet: E5, A8 and 04. RGB value is (229,168,4). Sum of RGB (Red+Green+Blue) = 229+168+4=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 4 (1.95% from 255 or 1.00% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A804 is #1A57FB. Grayscale: #A8A8A8. Windows color (decimal): -1726460 or 305381. OLE color: 305381.

HSL color Cylindrical-coordinate representation of color #E5A804: hue angle of 43.73º 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 #E5A804 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 168 4 -
CMYK 0 0.27 0.98 0.10
HSL 43.73º 0.97% 0.46% -
HSV(B) 43.73º 0.98% 0.9% -
XYZ 46.34 44.67 6.3 -
YUV 167.54 35.71 171.84 -
System Red Green Blue C M Y K H S L
Decimal 229 168 4 0 0.27 0.98 0.10 43.73 0.97 0.46
Hex E5 A8 4 0 1B 62 A 2C 61 2E
Octal 345 250 4 0 33 142 12 54 141 56
Binary 11100101 10101000 100 0 11011 1100010 1010 101100 1100001 101110

Color Harmonies of #E5A804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A804

Black with #E5A804

Text Example


Text Example

White with #E5A804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A804; }

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

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

background-color css

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

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

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

border-color css

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

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

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