#EED542

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

Shades of Festival #EED542

Tints of Festival #EED542

Color information

#EED542 (or 0xEED542) is unknown color: approx Festival. HEX triplet: EE, D5 and 42. RGB value is (238,213,66). Sum of RGB (Red+Green+Blue) = 238+213+66=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 66 (26.17% from 255 or 12.77% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EED542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED542 is #112ABD. Grayscale: #CCCCCC. Windows color (decimal): -1125054 or 4380142. OLE color: 4380142.

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

Color convert

RGB23821366-
CMYK00.110.720.07
HSL51.28º83.5%59.61%-
HSV(B)51.28º72.27%93.33%-
XYZ60.0466.1614.76-
YUV203.7250.28152.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.03%
GREEN value IS 213 (83.59% from 255) = 41.20%
BLUE value IS 66 (26.17% from 255) = 12.77%
R=46.03%
G=41.20%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382136600.110.720.0751.2883.559.61
HexEED5420B48733533c
Octal35632510201311076312374
Binary111011101101010110000100101110010001111100111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED542; }

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

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

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

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

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

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

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

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