#EED649

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

Shades of Festival #EED649

Tints of Festival #EED649

Color information

#EED649 (or 0xEED649) is unknown color: approx Festival. HEX triplet: EE, D6 and 49. RGB value is (238,214,73). Sum of RGB (Red+Green+Blue) = 238+214+73=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 73 (28.91% from 255 or 13.90% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EED649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED649 is #1129B6. Grayscale: #CDCDCD. Windows color (decimal): -1124791 or 4839150. OLE color: 4839150.

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

Color convert

RGB23821473-
CMYK00.100.690.07
HSL51.27º82.91%60.98%-
HSV(B)51.27º69.33%93.33%-
XYZ60.5166.7516-
YUV205.153.45151.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.33%
GREEN value IS 214 (83.98% from 255) = 40.76%
BLUE value IS 73 (28.91% from 255) = 13.90%
R=45.33%
G=40.76%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382147300.100.690.0751.2782.9160.98
HexEED6490A45733533d
Octal35632611101210576312375
Binary111011101101011010010010101010001011111100111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED649; }

 p { color: rgb(238,214,73); }

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

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

 a { background-color: rgb(238,214,73); }

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

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

 span { border-color: rgb(238,214,73); }

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