Html Css Color HEX #E2C049 Festival

📋 copy color: '#E2C049'

red 226 ◦ green 192 ◦ blue 73

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

Shades of Festival #E2C049

Tints of Festival #E2C049

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.1%

 BLUE value IS 73 (28.91% from 255) = 14.87%

R = 46.03%
G = 39.1%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E2C049 (or 0xE2C049) is known color: Festival. HEX triplet: E2, C0 and 49. RGB value is (226,192,73). Sum of RGB (Red+Green+Blue) = 226+192+73=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C049 is #1D3FB6. Grayscale: #BDBDBD. Windows color (decimal): -1916855 or 4833506. OLE color: 4833506.

HSL color Cylindrical-coordinate representation of color #E2C049: hue angle of 46.67º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2C049 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 192 73 -
CMYK 0 0.15 0.68 0.11
HSL 46.67º 0.73% 0.59% -
HSV(B) 46.67º 0.68% 0.89% -
XYZ 51.42 54.35 14.08 -
YUV 188.6 62.76 154.68 -
System Red Green Blue C M Y K H S L
Decimal 226 192 73 0 0.15 0.68 0.11 46.67 0.73 0.59
Hex E2 C0 49 0 F 44 B 2F 49 3B
Octal 342 300 111 0 17 104 13 57 111 73
Binary 11100010 11000000 1001001 0 1111 1000100 1011 101111 1001001 111011

Color Harmonies of #E2C049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C049

Black with #E2C049

Text Example


Text Example

White with #E2C049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C049; }

 p { color: rgb(226,192,73); }

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

background-color css

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

 a { background-color: rgb(226,192,73); }

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

border-color css

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

 span { border-color: rgb(226,192,73); }

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