#ECD641

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

Shades of Festival #ECD641

Tints of Festival #ECD641

Color information

#ECD641 (or 0xECD641) is unknown color: approx Festival. HEX triplet: EC, D6 and 41. RGB value is (236,214,65). Sum of RGB (Red+Green+Blue) = 236+214+65=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 65 (25.78% from 255 or 12.62% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD641 is #1329BE. Grayscale: #CCCCCC. Windows color (decimal): -1255871 or 4314860. OLE color: 4314860.

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

Color convert

RGB23621465-
CMYK00.090.720.07
HSL52.28º81.82%59.02%-
HSV(B)52.28º72.46%92.55%-
XYZ59.5966.3114.66-
YUV203.5949.79151.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.83%
GREEN value IS 214 (83.98% from 255) = 41.55%
BLUE value IS 65 (25.78% from 255) = 12.62%
R=45.83%
G=41.55%
B=12.62%

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
Decimal2362146500.090.720.0752.2881.8259.02
HexECD6410948734523b
Octal35432610101111076412273
Binary111011001101011010000010100110010001111101001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD641; }

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

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

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

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

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

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

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

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