#ECD961

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

Shades of Portica #ECD961

Tints of Portica #ECD961

Color information

#ECD961 (or 0xECD961) is unknown color: approx Portica. HEX triplet: EC, D9 and 61. RGB value is (236,217,97). Sum of RGB (Red+Green+Blue) = 236+217+97=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 97 (38.28% from 255 or 17.64% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD961 is #13269E. Grayscale: #D1D1D1. Windows color (decimal): -1255071 or 6412780. OLE color: 6412780.

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

Color convert

RGB23621797-
CMYK00.080.590.07
HSL51.8º78.53%65.29%-
HSV(B)51.8º58.9%92.55%-
XYZ61.5668.3221.25-
YUV20964.79147.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 217 (85.16% from 255) = 39.45%
BLUE value IS 97 (38.28% from 255) = 17.64%
R=42.91%
G=39.45%
B=17.64%

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
Decimal2362179700.080.590.0751.878.5365.29
HexECD961083B7344f41
Octal35433114101073764117101
Binary111011001101100111000010100011101111111010010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD961; }

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

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

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

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

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

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

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

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