Html Css Color HEX #E0A404 Gamboge

📋 copy color: '#E0A404'

red 224 ◦ green 164 ◦ blue 4

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

Shades of Gamboge #E0A404

Tints of Gamboge #E0A404

RGB

 RED value IS 224 (87.89% from 255) = 57.14%

 GREEN value IS 164 (64.45% from 255) = 41.84%

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

R = 57.14%
G = 41.84%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E0A404 (or 0xE0A404) is known color: Gamboge. HEX triplet: E0, A4 and 04. RGB value is (224,164,4). Sum of RGB (Red+Green+Blue) = 224+164+4=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 4 (1.95% from 255 or 1.02% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A404 is #1F5BFB. Grayscale: #A4A4A4. Windows color (decimal): -2055164 or 304352. OLE color: 304352.

HSL color Cylindrical-coordinate representation of color #E0A404: hue angle of 43.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0A404 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 164 4 -
CMYK 0 0.27 0.98 0.12
HSL 43.64º 0.96% 0.45% -
HSV(B) 43.64º 0.98% 0.88% -
XYZ 44.04 42.41 5.98 -
YUV 163.7 37.88 171.01 -
System Red Green Blue C M Y K H S L
Decimal 224 164 4 0 0.27 0.98 0.12 43.64 0.96 0.45
Hex E0 A4 4 0 1B 62 C 2C 60 2D
Octal 340 244 4 0 33 142 14 54 140 55
Binary 11100000 10100100 100 0 11011 1100010 1100 101100 1100000 101101

Color Harmonies of #E0A404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A404

Black with #E0A404

Text Example


Text Example

White with #E0A404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A404; }

 p { color: rgb(224,164,4); }

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

background-color css

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

 a { background-color: rgb(224,164,4); }

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

border-color css

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

 span { border-color: rgb(224,164,4); }

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