Html Css Color HEX #E2C149 Festival

📋 copy color: '#E2C149'

red 226 ◦ green 193 ◦ blue 73

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

Shades of Festival #E2C149

Tints of Festival #E2C149

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.23%

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

R = 45.93%
G = 39.23%
B = 14.84%

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

#E2C149 (or 0xE2C149) is known color: Festival. HEX triplet: E2, C1 and 49. RGB value is (226,193,73). Sum of RGB (Red+Green+Blue) = 226+193+73=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C149 is #1D3EB6. Grayscale: #BDBDBD. Windows color (decimal): -1916599 or 4833762. OLE color: 4833762.

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

Color convert

RGB 226 193 73 -
CMYK 0 0.15 0.68 0.11
HSL 47.06º 0.73% 0.59% -
HSV(B) 47.06º 0.68% 0.89% -
XYZ 51.64 54.79 14.16 -
YUV 189.19 62.43 154.26 -
System Red Green Blue C M Y K H S L
Decimal 226 193 73 0 0.15 0.68 0.11 47.06 0.73 0.59
Hex E2 C1 49 0 F 44 B 2F 49 3B
Octal 342 301 111 0 17 104 13 57 111 73
Binary 11100010 11000001 1001001 0 1111 1000100 1011 101111 1001001 111011

Color Harmonies of #E2C149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C149

Black with #E2C149

Text Example


Text Example

White with #E2C149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C149; }

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

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

background-color css

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

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

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

border-color css

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

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

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