#EDC748

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

Shades of Festival #EDC748

Tints of Festival #EDC748

Color information

#EDC748 (or 0xEDC748) is unknown color: approx Festival. HEX triplet: ED, C7 and 48. RGB value is (237,199,72). Sum of RGB (Red+Green+Blue) = 237+199+72=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC748 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC748 is #1238B7. Grayscale: #C4C4C4. Windows color (decimal): -1194168 or 4769773. OLE color: 4769773.

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

Color convert

RGB23719972-
CMYK00.160.700.07
HSL46.18º82.09%60.59%-
HSV(B)46.18º69.62%92.94%-
XYZ56.5259.3214.6-
YUV195.8858.09157.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.65%
GREEN value IS 199 (78.12% from 255) = 39.17%
BLUE value IS 72 (28.52% from 255) = 14.17%
R=46.65%
G=39.17%
B=14.17%

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
Decimal2371997200.160.700.0746.1882.0960.59
HexEDC7480104672e523d
Octal35530711002010675612275
Binary1110110111000111100100001000010001101111011101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC748; }

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

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

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

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

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

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

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

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