#EDCC3D

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

Shades of Festival #EDCC3D

Tints of Festival #EDCC3D

Color information

#EDCC3D (or 0xEDCC3D) is unknown color: approx Festival. HEX triplet: ED, CC and 3D. RGB value is (237,204,61). Sum of RGB (Red+Green+Blue) = 237+204+61=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 61 (24.22% from 255 or 12.15% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC3D is #1233C2. Grayscale: #C6C6C6. Windows color (decimal): -1192899 or 4050157. OLE color: 4050157.

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

Color convert

RGB23720461-
CMYK00.140.740.07
HSL48.75º83.02%58.43%-
HSV(B)48.75º74.26%92.94%-
XYZ57.3661.5313.27-
YUV197.5650.93156.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.21%
GREEN value IS 204 (80.08% from 255) = 40.64%
BLUE value IS 61 (24.22% from 255) = 12.15%
R=47.21%
G=40.64%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372046100.140.740.0748.7583.0258.43
HexEDCC3D0E4A731533a
Octal3553147501611276112372
Binary11101101110011001111010111010010101111100011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCC3D; }

 p { color: rgb(237,204,61); }

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

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

 a { background-color: rgb(237,204,61); }

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

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

 span { border-color: rgb(237,204,61); }

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