#EED045

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

Shades of Festival #EED045

Tints of Festival #EED045

Color information

#EED045 (or 0xEED045) is unknown color: approx Festival. HEX triplet: EE, D0 and 45. RGB value is (238,208,69). Sum of RGB (Red+Green+Blue) = 238+208+69=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 69 (27.34% from 255 or 13.40% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EED045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED045 is #112FBA. Grayscale: #C9C9C9. Windows color (decimal): -1126331 or 4575470. OLE color: 4575470.

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

Color convert

RGB23820869-
CMYK00.130.710.07
HSL49.35º83.25%60.2%-
HSV(B)49.35º71.01%93.33%-
XYZ58.8963.7214.83-
YUV201.1253.44154.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.21%
GREEN value IS 208 (81.64% from 255) = 40.39%
BLUE value IS 69 (27.34% from 255) = 13.40%
R=46.21%
G=40.39%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382086900.130.710.0749.3583.2560.2
HexEED0450D47731533c
Octal35632010501510776112374
Binary111011101101000010001010110110001111111100011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED045; }

 p { color: rgb(238,208,69); }

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

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

 a { background-color: rgb(238,208,69); }

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

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

 span { border-color: rgb(238,208,69); }

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