Html Css Color HEX #E2A404 Gamboge

📋 copy color: '#E2A404'

red 226 ◦ green 164 ◦ blue 4

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

Shades of Gamboge #E2A404

Tints of Gamboge #E2A404

RGB

 RED value IS 226 (88.67% from 255) = 57.36%

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

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

R = 57.36%
G = 41.62%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E2A404 (or 0xE2A404) is known color: Gamboge. HEX triplet: E2, A4 and 04. RGB value is (226,164,4). Sum of RGB (Red+Green+Blue) = 226+164+4=394 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.36% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 4 (1.95% from 255 or 1.02% from 394); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A404 is #1D5BFB. Grayscale: #A5A5A5. Windows color (decimal): -1924092 or 304354. OLE color: 304354.

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

Color convert

RGB 226 164 4 -
CMYK 0 0.27 0.98 0.11
HSL 43.24º 0.97% 0.45% -
HSV(B) 43.24º 0.98% 0.89% -
XYZ 44.66 42.73 6.01 -
YUV 164.3 37.54 172.01 -
System Red Green Blue C M Y K H S L
Decimal 226 164 4 0 0.27 0.98 0.11 43.24 0.97 0.45
Hex E2 A4 4 0 1B 62 B 2B 61 2D
Octal 342 244 4 0 33 142 13 53 141 55
Binary 11100010 10100100 100 0 11011 1100010 1011 101011 1100001 101101

Color Harmonies of #E2A404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A404

Black with #E2A404

Text Example


Text Example

White with #E2A404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A404; }

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

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

background-color css

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

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

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

border-color css

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

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

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