Html Css Color HEX #E2C249 Festival

📋 copy color: '#E2C249'

red 226 ◦ green 194 ◦ blue 73

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

Shades of Festival #E2C249

Tints of Festival #E2C249

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.35%

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

R = 45.84%
G = 39.35%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E2C249 (or 0xE2C249) is known color: Festival. HEX triplet: E2, C2 and 49. RGB value is (226,194,73). Sum of RGB (Red+Green+Blue) = 226+194+73=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 73 (28.91% from 255 or 14.81% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C249 is #1D3DB6. Grayscale: #BEBEBE. Windows color (decimal): -1916343 or 4834018. OLE color: 4834018.

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

Color convert

RGB 226 194 73 -
CMYK 0 0.14 0.68 0.11
HSL 47.45º 0.73% 0.59% -
HSV(B) 47.45º 0.68% 0.89% -
XYZ 51.86 55.23 14.23 -
YUV 189.77 62.1 153.84 -
System Red Green Blue C M Y K H S L
Decimal 226 194 73 0 0.14 0.68 0.11 47.45 0.73 0.59
Hex E2 C2 49 0 E 44 B 2F 49 3B
Octal 342 302 111 0 16 104 13 57 111 73
Binary 11100010 11000010 1001001 0 1110 1000100 1011 101111 1001001 111011

Color Harmonies of #E2C249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C249

Black with #E2C249

Text Example


Text Example

White with #E2C249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C249; }

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

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

background-color css

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

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

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

border-color css

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

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

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