#E5C551

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

Shades of Festival #E5C551

Tints of Festival #E5C551

Color information

#E5C551 (or 0xE5C551) is unknown color: approx Festival. HEX triplet: E5, C5 and 51. RGB value is (229,197,81). Sum of RGB (Red+Green+Blue) = 229+197+81=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 81 (32.03% from 255 or 15.98% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C551 is #1A3AAE. Grayscale: #C1C1C1. Windows color (decimal): -1718959 or 5359077. OLE color: 5359077.

HSL color Cylindrical-coordinate representation of color #E5C551: hue angle of 47.03º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5C551 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB22919781-
CMYK00.140.650.10
HSL47.03º74%60.78%-
HSV(B)47.03º64.63%89.8%-
XYZ53.7657.1815.99-
YUV193.3464.6153.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.17%
GREEN value IS 197 (77.34% from 255) = 38.86%
BLUE value IS 81 (32.03% from 255) = 15.98%
R=45.17%
G=38.86%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291978100.140.650.1047.037460.78
HexE5C5510E41A2f4a3d
Octal345305121016101125711275
Binary1110010111000101101000101110100000110101011111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C551; }

 p { color: rgb(229,197,81); }

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

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

 a { background-color: rgb(229,197,81); }

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

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

 span { border-color: rgb(229,197,81); }

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