#EDD13F

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

Shades of Festival #EDD13F

Tints of Festival #EDD13F

Color information

#EDD13F (or 0xEDD13F) is unknown color: approx Festival. HEX triplet: ED, D1 and 3F. RGB value is (237,209,63). Sum of RGB (Red+Green+Blue) = 237+209+63=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 63 (25% from 255 or 12.38% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD13F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD13F is #122EC0. Grayscale: #C9C9C9. Windows color (decimal): -1191617 or 4182509. OLE color: 4182509.

HSL color Cylindrical-coordinate representation of color #EDD13F: hue angle of 50.34º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDD13F is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB23720963-
CMYK00.120.730.07
HSL50.34º82.86%58.82%-
HSV(B)50.34º73.42%92.94%-
XYZ58.6263.9613.96-
YUV200.7350.28153.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 209 (82.03% from 255) = 41.06%
BLUE value IS 63 (25% from 255) = 12.38%
R=46.56%
G=41.06%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372096300.120.730.0750.3482.8658.82
HexEDD13F0C49732533b
Octal3553217701411176212373
Binary11101101110100011111110110010010011111100101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD13F; }

 p { color: rgb(237,209,63); }

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

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

 a { background-color: rgb(237,209,63); }

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

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

 span { border-color: rgb(237,209,63); }

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