#E0C553

Color #E0C553 Festival (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Festival #E0C553

Tints of Festival #E0C553

Color information

#E0C553 (or 0xE0C553) is unknown color: approx Festival. HEX triplet: E0, C5 and 53. RGB value is (224,197,83). Sum of RGB (Red+Green+Blue) = 224+197+83=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C553 is #1F3AAC. Grayscale: #C0C0C0. Windows color (decimal): -2046637 or 5490144. OLE color: 5490144.

HSL color Cylindrical-coordinate representation of color #E0C553: hue angle of 48.51º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0C553 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB22419783-
CMYK00.120.630.12
HSL48.51º69.46%60.2%-
HSV(B)48.51º62.95%87.84%-
XYZ52.2756.416.32-
YUV192.0866.45150.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.44%
GREEN value IS 197 (77.34% from 255) = 39.09%
BLUE value IS 83 (32.81% from 255) = 16.47%
R=44.44%
G=39.09%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241978300.120.630.1248.5169.4660.2
HexE0C5530C3FC31453c
Octal34030512301477146110574
Binary111000001100010110100110110011111111001100011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C553; }

 p { color: rgb(224,197,83); }

 H1.HeaderClassName
 {
   color: #E0C553;
 }
 .AnyTagClassName
 {
   color: #E0C553;
 }
</style>
background-color css

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

 a { background-color: rgb(224,197,83); }

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

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

 span { border-color: rgb(224,197,83); }

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