#EED546

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

Shades of Festival #EED546

Tints of Festival #EED546

Color information

#EED546 (or 0xEED546) is unknown color: approx Festival. HEX triplet: EE, D5 and 46. RGB value is (238,213,70). Sum of RGB (Red+Green+Blue) = 238+213+70=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 70 (27.73% from 255 or 13.44% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EED546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED546 is #112AB9. Grayscale: #CCCCCC. Windows color (decimal): -1125050 or 4642286. OLE color: 4642286.

HSL color Cylindrical-coordinate representation of color #EED546: hue angle of 51.07º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EED546 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB23821370-
CMYK00.110.710.07
HSL51.07º83.17%60.39%-
HSV(B)51.07º70.59%93.33%-
XYZ60.1666.2115.4-
YUV204.1752.28152.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.68%
GREEN value IS 213 (83.59% from 255) = 40.88%
BLUE value IS 70 (27.73% from 255) = 13.44%
R=45.68%
G=40.88%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382137000.110.710.0751.0783.1760.39
HexEED5460B47733533c
Octal35632510601310776312374
Binary111011101101010110001100101110001111111100111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED546; }

 p { color: rgb(238,213,70); }

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

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

 a { background-color: rgb(238,213,70); }

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

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

 span { border-color: rgb(238,213,70); }

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