#ECD741

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

Shades of Festival #ECD741

Tints of Festival #ECD741

Color information

#ECD741 (or 0xECD741) is unknown color: approx Festival. HEX triplet: EC, D7 and 41. RGB value is (236,215,65). Sum of RGB (Red+Green+Blue) = 236+215+65=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 65 (25.78% from 255 or 12.60% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD741 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD741 is #1328BE. Grayscale: #CCCCCC. Windows color (decimal): -1255615 or 4315116. OLE color: 4315116.

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

Color convert

RGB23621565-
CMYK00.090.720.07
HSL52.63º81.82%59.02%-
HSV(B)52.63º72.46%92.55%-
XYZ59.8566.8214.74-
YUV204.1849.46150.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.74%
GREEN value IS 215 (84.38% from 255) = 41.67%
BLUE value IS 65 (25.78% from 255) = 12.60%
R=45.74%
G=41.67%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362156500.090.720.0752.6381.8259.02
HexECD7410948735523b
Octal35432710101111076512273
Binary111011001101011110000010100110010001111101011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD741; }

 p { color: rgb(236,215,65); }

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

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

 a { background-color: rgb(236,215,65); }

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

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

 span { border-color: rgb(236,215,65); }

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