#EED145

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

Shades of Festival #EED145

Tints of Festival #EED145

Color information

#EED145 (or 0xEED145) is unknown color: approx Festival. HEX triplet: EE, D1 and 45. RGB value is (238,209,69). Sum of RGB (Red+Green+Blue) = 238+209+69=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EED145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED145 is #112EBA. Grayscale: #CACACA. Windows color (decimal): -1126075 or 4575726. OLE color: 4575726.

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

Color convert

RGB23820969-
CMYK00.120.710.07
HSL49.7º83.25%60.2%-
HSV(B)49.7º71.01%93.33%-
XYZ59.1364.2114.91-
YUV201.7153.11153.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.12%
GREEN value IS 209 (82.03% from 255) = 40.50%
BLUE value IS 69 (27.34% from 255) = 13.37%
R=46.12%
G=40.50%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382096900.120.710.0749.783.2560.2
HexEED1450C47732533c
Octal35632110501410776212374
Binary111011101101000110001010110010001111111100101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED145; }

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

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

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

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

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

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

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

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