Html Css Color HEX #E2A304 Gamboge

📋 copy color: '#E2A304'

red 226 ◦ green 163 ◦ blue 4

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

Shades of Gamboge #E2A304

Tints of Gamboge #E2A304

RGB

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

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

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

R = 57.51%
G = 41.48%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E2A304 (or 0xE2A304) is known color: Gamboge. HEX triplet: E2, A3 and 04. RGB value is (226,163,4). Sum of RGB (Red+Green+Blue) = 226+163+4=393 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.51% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 4 (1.95% from 255 or 1.02% from 393); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A304 is #1D5CFB. Grayscale: #A4A4A4. Windows color (decimal): -1924348 or 304098. OLE color: 304098.

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

Color convert

RGB 226 163 4 -
CMYK 0 0.28 0.98 0.11
HSL 42.97º 0.97% 0.45% -
HSV(B) 42.97º 0.98% 0.89% -
XYZ 44.48 42.37 5.95 -
YUV 163.71 37.87 172.43 -
System Red Green Blue C M Y K H S L
Decimal 226 163 4 0 0.28 0.98 0.11 42.97 0.97 0.45
Hex E2 A3 4 0 1C 62 B 2B 61 2D
Octal 342 243 4 0 34 142 13 53 141 55
Binary 11100010 10100011 100 0 11100 1100010 1011 101011 1100001 101101

Color Harmonies of #E2A304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A304

Black with #E2A304

Text Example


Text Example

White with #E2A304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A304; }

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

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

background-color css

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

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

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

border-color css

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

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

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