#ECECA0

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

Shades of Portafino #ECECA0

Tints of Portafino #ECECA0

Color information

#ECECA0 (or 0xECECA0) is unknown color: approx Portafino. HEX triplet: EC, EC and A0. RGB value is (236,236,160). Sum of RGB (Red+Green+Blue) = 236+236+160=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 160 (62.89% from 255 or 25.32% from 632); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECECA0 is #13135F. Grayscale: #E3E3E3. Windows color (decimal): -1250144 or 10546412. OLE color: 10546412.

HSL color Cylindrical-coordinate representation of color #ECECA0: hue angle of 60º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECECA0 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB236236160-
CMYK000.320.07
HSL60º66.67%77.65%-
HSV(B)60º32.2%92.55%-
XYZ70.9380.3645.03-
YUV227.3490134.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.34%
GREEN value IS 236 (92.58% from 255) = 37.34%
BLUE value IS 160 (62.89% from 255) = 25.32%
R=37.34%
G=37.34%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236160000.320.076066.6777.65
HexECECA0002073c434e
Octal3543542400040774103116
Binary1110110011101100101000000010000011111110010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECA0; }

 p { color: rgb(236,236,160); }

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

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

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

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

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

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

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