Html Css Color HEX #E0A304 Gamboge

📋 copy color: '#E0A304'

red 224 ◦ green 163 ◦ blue 4

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

Shades of Gamboge #E0A304

Tints of Gamboge #E0A304

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.69%

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

R = 57.29%
G = 41.69%
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

#E0A304 (or 0xE0A304) is known color: Gamboge. HEX triplet: E0, A3 and 04. RGB value is (224,163,4). Sum of RGB (Red+Green+Blue) = 224+163+4=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 4 (1.95% from 255 or 1.02% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A304 is #1F5CFB. Grayscale: #A3A3A3. Windows color (decimal): -2055420 or 304096. OLE color: 304096.

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

Color convert

RGB 224 163 4 -
CMYK 0 0.27 0.98 0.12
HSL 43.36º 0.96% 0.45% -
HSV(B) 43.36º 0.98% 0.88% -
XYZ 43.86 42.05 5.92 -
YUV 163.11 38.21 171.43 -
System Red Green Blue C M Y K H S L
Decimal 224 163 4 0 0.27 0.98 0.12 43.36 0.96 0.45
Hex E0 A3 4 0 1B 62 C 2B 60 2D
Octal 340 243 4 0 33 142 14 53 140 55
Binary 11100000 10100011 100 0 11011 1100010 1100 101011 1100000 101101

Color Harmonies of #E0A304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A304

Black with #E0A304

Text Example


Text Example

White with #E0A304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A304; }

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

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

background-color css

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

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

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

border-color css

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

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

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