#EDC649

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

Shades of Festival #EDC649

Tints of Festival #EDC649

Color information

#EDC649 (or 0xEDC649) is unknown color: approx Festival. HEX triplet: ED, C6 and 49. RGB value is (237,198,73). Sum of RGB (Red+Green+Blue) = 237+198+73=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC649 is #1239B6. Grayscale: #C3C3C3. Windows color (decimal): -1194423 or 4835053. OLE color: 4835053.

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

Color convert

RGB23719873-
CMYK00.160.690.07
HSL45.73º82%60.78%-
HSV(B)45.73º69.2%92.94%-
XYZ56.3258.8714.7-
YUV195.4158.92157.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.65%
GREEN value IS 198 (77.73% from 255) = 38.98%
BLUE value IS 73 (28.91% from 255) = 14.37%
R=46.65%
G=38.98%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371987300.160.690.0745.738260.78
HexEDC6490104572e523d
Octal35530611102010575612275
Binary1110110111000110100100101000010001011111011101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC649; }

 p { color: rgb(237,198,73); }

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

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

 a { background-color: rgb(237,198,73); }

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

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

 span { border-color: rgb(237,198,73); }

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