#ECD560

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

Shades of Portica #ECD560

Tints of Portica #ECD560

Color information

#ECD560 (or 0xECD560) is unknown color: approx Portica. HEX triplet: EC, D5 and 60. RGB value is (236,213,96). Sum of RGB (Red+Green+Blue) = 236+213+96=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 96 (37.89% from 255 or 17.61% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD560 is #132A9F. Grayscale: #CFCFCF. Windows color (decimal): -1256096 or 6346220. OLE color: 6346220.

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

Color convert

RGB23621396-
CMYK00.100.590.07
HSL50.14º78.65%65.1%-
HSV(B)50.14º59.32%92.55%-
XYZ60.566.2720.67-
YUV206.5465.62149.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.30%
GREEN value IS 213 (83.59% from 255) = 39.08%
BLUE value IS 96 (37.89% from 255) = 17.61%
R=43.30%
G=39.08%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362139600.100.590.0750.1478.6565.1
HexECD5600A3B7324f41
Octal35432514001273762117101
Binary111011001101010111000000101011101111111001010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD560; }

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

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

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

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

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

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

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

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