Html Css Color HEX #E2A004 Gamboge

📋 copy color: '#E2A004'

red 226 ◦ green 160 ◦ blue 4

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

Shades of Gamboge #E2A004

Tints of Gamboge #E2A004

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.03%

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

R = 57.95%
G = 41.03%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E2A004 (or 0xE2A004) is known color: Gamboge. HEX triplet: E2, A0 and 04. RGB value is (226,160,4). Sum of RGB (Red+Green+Blue) = 226+160+4=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 4 (1.95% from 255 or 1.03% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A004 is #1D5FFB. Grayscale: #A2A2A2. Windows color (decimal): -1925116 or 303330. OLE color: 303330.

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

Color convert

RGB 226 160 4 -
CMYK 0 0.29 0.98 0.11
HSL 42.16º 0.97% 0.45% -
HSV(B) 42.16º 0.98% 0.89% -
XYZ 43.96 41.32 5.77 -
YUV 161.95 38.87 173.68 -
System Red Green Blue C M Y K H S L
Decimal 226 160 4 0 0.29 0.98 0.11 42.16 0.97 0.45
Hex E2 A0 4 0 1D 62 B 2A 61 2D
Octal 342 240 4 0 35 142 13 52 141 55
Binary 11100010 10100000 100 0 11101 1100010 1011 101010 1100001 101101

Color Harmonies of #E2A004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A004

Black with #E2A004

Text Example


Text Example

White with #E2A004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A004; }

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

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

background-color css

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

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

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

border-color css

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

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

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