#EDC848

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

Shades of Festival #EDC848

Tints of Festival #EDC848

Color information

#EDC848 (or 0xEDC848) is unknown color: approx Festival. HEX triplet: ED, C8 and 48. RGB value is (237,200,72). Sum of RGB (Red+Green+Blue) = 237+200+72=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 72 (28.52% from 255 or 14.15% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC848 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC848 is #1237B7. Grayscale: #C5C5C5. Windows color (decimal): -1193912 or 4770029. OLE color: 4770029.

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

Color convert

RGB23720072-
CMYK00.160.700.07
HSL46.55º82.09%60.59%-
HSV(B)46.55º69.62%92.94%-
XYZ56.7559.7814.68-
YUV196.4757.76156.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 200 (78.52% from 255) = 39.29%
BLUE value IS 72 (28.52% from 255) = 14.15%
R=46.56%
G=39.29%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372007200.160.700.0746.5582.0960.59
HexEDC8480104672f523d
Octal35531011002010675712275
Binary1110110111001000100100001000010001101111011111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC848; }

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

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

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

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

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

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

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

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