#EDD444

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

Shades of Festival #EDD444

Tints of Festival #EDD444

Color information

#EDD444 (or 0xEDD444) is unknown color: approx Festival. HEX triplet: ED, D4 and 44. RGB value is (237,212,68). Sum of RGB (Red+Green+Blue) = 237+212+68=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 68 (26.95% from 255 or 13.15% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD444 is #122BBB. Grayscale: #CBCBCB. Windows color (decimal): -1190844 or 4510957. OLE color: 4510957.

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

Color convert

RGB23721268-
CMYK00.110.710.07
HSL51.12º82.44%59.8%-
HSV(B)51.12º71.31%92.94%-
XYZ59.5165.5114.98-
YUV203.0651.78152.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.84%
GREEN value IS 212 (83.20% from 255) = 41.01%
BLUE value IS 68 (26.95% from 255) = 13.15%
R=45.84%
G=41.01%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372126800.110.710.0751.1282.4459.8
HexEDD4440B47733523c
Octal35532410401310776312274
Binary111011011101010010001000101110001111111100111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD444; }

 p { color: rgb(237,212,68); }

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

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

 a { background-color: rgb(237,212,68); }

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

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

 span { border-color: rgb(237,212,68); }

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