#e5d548

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

Shades of Festival #E5D548

Tints of Festival #E5D548

Color information

#E5D548 (or 0xE5D548) is unknown color: approx Festival. HEX triplet: E5, D5 and 48. RGB value is (229,213,72). Sum of RGB (Red+Green+Blue) = 229+213+72=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 72 (28.52% from 255 or 14.01% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D548 is #1A2AB7. Grayscale: #CACACA. Windows color (decimal): -1714872 or 4773349. OLE color: 4773349.

HSL color Cylindrical-coordinate representation of color #E5D548: hue angle of 53.89º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5D548 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB22921372-
CMYK00.070.690.10
HSL53.89º75.12%59.02%-
HSV(B)53.89º68.56%89.8%-
XYZ57.2864.7115.6-
YUV201.7154.8147.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.55%
GREEN value IS 213 (83.59% from 255) = 41.44%
BLUE value IS 72 (28.52% from 255) = 14.01%
R=44.55%
G=41.44%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292137200.070.690.1053.8975.1259.02
HexE5D5480745A364b3b
Octal34532511007105126611373
Binary111001011101010110010000111100010110101101101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5d548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5d548; }

 p { color: rgb(229,213,72); }

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

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

 a { background-color: rgb(229,213,72); }

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

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

 span { border-color: rgb(229,213,72); }

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