#EED543

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

Shades of Festival #EED543

Tints of Festival #EED543

Color information

#EED543 (or 0xEED543) is unknown color: approx Festival. HEX triplet: EE, D5 and 43. RGB value is (238,213,67). Sum of RGB (Red+Green+Blue) = 238+213+67=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 67 (26.56% from 255 or 12.93% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EED543 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED543 is #112ABC. Grayscale: #CCCCCC. Windows color (decimal): -1125053 or 4445678. OLE color: 4445678.

HSL color Cylindrical-coordinate representation of color #EED543: hue angle of 51.23º 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 #EED543 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB23821367-
CMYK00.110.720.07
HSL51.23º83.41%59.8%-
HSV(B)51.23º71.85%93.33%-
XYZ60.0766.1714.92-
YUV203.8350.78152.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.95%
GREEN value IS 213 (83.59% from 255) = 41.12%
BLUE value IS 67 (26.56% from 255) = 12.93%
R=45.95%
G=41.12%
B=12.93%

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
Decimal2382136700.110.720.0751.2383.4159.8
HexEED5430B48733533c
Octal35632510301311076312374
Binary111011101101010110000110101110010001111100111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED543; }

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

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

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

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

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

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

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

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