#ECD960

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

Shades of Portica #ECD960

Tints of Portica #ECD960

Color information

#ECD960 (or 0xECD960) is unknown color: approx Portica. HEX triplet: EC, D9 and 60. RGB value is (236,217,96). Sum of RGB (Red+Green+Blue) = 236+217+96=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 96 (37.89% from 255 or 17.49% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD960 is #13269F. Grayscale: #D1D1D1. Windows color (decimal): -1255072 or 6347244. OLE color: 6347244.

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

Color convert

RGB23621796-
CMYK00.080.590.07
HSL51.86º78.65%65.1%-
HSV(B)51.86º59.32%92.55%-
XYZ61.5268.321.01-
YUV208.8964.29147.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.99%
GREEN value IS 217 (85.16% from 255) = 39.53%
BLUE value IS 96 (37.89% from 255) = 17.49%
R=42.99%
G=39.53%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362179600.080.590.0751.8678.6565.1
HexECD960083B7344f41
Octal35433114001073764117101
Binary111011001101100111000000100011101111111010010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD960; }

 p { color: rgb(236,217,96); }

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

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

 a { background-color: rgb(236,217,96); }

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

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

 span { border-color: rgb(236,217,96); }

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