#E5D150

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

Shades of Festival #E5D150

Tints of Festival #E5D150

Color information

#E5D150 (or 0xE5D150) is unknown color: approx Festival. HEX triplet: E5, D1 and 50. RGB value is (229,209,80). Sum of RGB (Red+Green+Blue) = 229+209+80=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D150 is #1A2EAF. Grayscale: #C8C8C8. Windows color (decimal): -1715888 or 5296613. OLE color: 5296613.

HSL color Cylindrical-coordinate representation of color #E5D150: hue angle of 51.95º 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 #E5D150 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB22920980-
CMYK00.090.650.10
HSL51.95º74.13%60.59%-
HSV(B)51.95º65.07%89.8%-
XYZ56.5662.8416.74-
YUV200.2760.13148.49-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.21%
GREEN value IS 209 (82.03% from 255) = 40.35%
BLUE value IS 80 (31.64% from 255) = 15.44%
R=44.21%
G=40.35%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292098000.090.650.1051.9574.1360.59
HexE5D1500941A344a3d
Octal345321120011101126411275
Binary1110010111010001101000001001100000110101101001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D150; }

 p { color: rgb(229,209,80); }

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

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

 a { background-color: rgb(229,209,80); }

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

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

 span { border-color: rgb(229,209,80); }

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