#E5D250

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

Shades of Festival #E5D250

Tints of Festival #E5D250

Color information

#E5D250 (or 0xE5D250) is unknown color: approx Festival. HEX triplet: E5, D2 and 50. RGB value is (229,210,80). Sum of RGB (Red+Green+Blue) = 229+210+80=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 80 (31.64% from 255 or 15.41% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D250 is #1A2DAF. Grayscale: #C9C9C9. Windows color (decimal): -1715632 or 5296869. OLE color: 5296869.

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

Color convert

RGB22921080-
CMYK00.080.650.10
HSL52.35º74.13%60.59%-
HSV(B)52.35º65.07%89.8%-
XYZ56.8163.3316.82-
YUV200.8659.79148.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.12%
GREEN value IS 210 (82.42% from 255) = 40.46%
BLUE value IS 80 (31.64% from 255) = 15.41%
R=44.12%
G=40.46%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292108000.080.650.1052.3574.1360.59
HexE5D2500841A344a3d
Octal345322120010101126411275
Binary1110010111010010101000001000100000110101101001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D250; }

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

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

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

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

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

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

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

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