Html Css Color HEX #E2C048 Festival

📋 copy color: '#E2C048'

red 226 ◦ green 192 ◦ blue 72

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

Shades of Festival #E2C048

Tints of Festival #E2C048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.69%

R = 46.12%
G = 39.18%
B = 14.69%

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

#E2C048 (or 0xE2C048) is known color: Festival. HEX triplet: E2, C0 and 48. RGB value is (226,192,72). Sum of RGB (Red+Green+Blue) = 226+192+72=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C048 is #1D3FB7. Grayscale: #BCBCBC. Windows color (decimal): -1916856 or 4767970. OLE color: 4767970.

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

Color convert

RGB 226 192 72 -
CMYK 0 0.15 0.68 0.11
HSL 46.75º 0.73% 0.58% -
HSV(B) 46.75º 0.68% 0.89% -
XYZ 51.38 54.34 13.91 -
YUV 188.49 62.26 154.76 -
System Red Green Blue C M Y K H S L
Decimal 226 192 72 0 0.15 0.68 0.11 46.75 0.73 0.58
Hex E2 C0 48 0 F 44 B 2F 49 3A
Octal 342 300 110 0 17 104 13 57 111 72
Binary 11100010 11000000 1001000 0 1111 1000100 1011 101111 1001001 111010

Color Harmonies of #E2C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C048

Black with #E2C048

Text Example


Text Example

White with #E2C048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C048; }

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

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

background-color css

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

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

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

border-color css

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

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

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