#EDD248

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

Shades of Festival #EDD248

Tints of Festival #EDD248

Color information

#EDD248 (or 0xEDD248) is unknown color: approx Festival. HEX triplet: ED, D2 and 48. RGB value is (237,210,72). Sum of RGB (Red+Green+Blue) = 237+210+72=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 72 (28.52% from 255 or 13.87% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD248 is #122DB7. Grayscale: #CACACA. Windows color (decimal): -1191352 or 4772589. OLE color: 4772589.

HSL color Cylindrical-coordinate representation of color #EDD248: hue angle of 50.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDD248 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB23721072-
CMYK00.110.700.07
HSL50.18º82.09%60.59%-
HSV(B)50.18º69.62%92.94%-
XYZ59.1464.5715.48-
YUV202.3454.45152.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 210 (82.42% from 255) = 40.46%
BLUE value IS 72 (28.52% from 255) = 13.87%
R=45.66%
G=40.46%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372107200.110.700.0750.1882.0960.59
HexEDD2480B46732523d
Octal35532211001310676212275
Binary111011011101001010010000101110001101111100101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD248; }

 p { color: rgb(237,210,72); }

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

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

 a { background-color: rgb(237,210,72); }

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

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

 span { border-color: rgb(237,210,72); }

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