#EDC341

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

Shades of Festival #EDC341

Tints of Festival #EDC341

Color information

#EDC341 (or 0xEDC341) is unknown color: approx Festival. HEX triplet: ED, C3 and 41. RGB value is (237,195,65). Sum of RGB (Red+Green+Blue) = 237+195+65=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 65 (25.78% from 255 or 13.08% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC341 is #123CBE. Grayscale: #C1C1C1. Windows color (decimal): -1195199 or 4309997. OLE color: 4309997.

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

Color convert

RGB23719565-
CMYK00.180.730.07
HSL45.35º82.69%59.22%-
HSV(B)45.35º72.57%92.94%-
XYZ55.3957.4213.16-
YUV192.7455.91159.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.69%
GREEN value IS 195 (76.56% from 255) = 39.24%
BLUE value IS 65 (25.78% from 255) = 13.08%
R=47.69%
G=39.24%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371956500.180.730.0745.3582.6959.22
HexEDC3410124972d533b
Octal35530310102211175512373
Binary1110110111000011100000101001010010011111011011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC341; }

 p { color: rgb(237,195,65); }

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

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

 a { background-color: rgb(237,195,65); }

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

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

 span { border-color: rgb(237,195,65); }

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