#ECEAA0

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

Shades of Portafino #ECEAA0

Tints of Portafino #ECEAA0

Color information

#ECEAA0 (or 0xECEAA0) is unknown color: approx Portafino. HEX triplet: EC, EA and A0. RGB value is (236,234,160). Sum of RGB (Red+Green+Blue) = 236+234+160=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 160 (62.89% from 255 or 25.40% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEAA0 is #13155F. Grayscale: #E2E2E2. Windows color (decimal): -1250656 or 10545900. OLE color: 10545900.

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

Color convert

RGB236234160-
CMYK00.010.320.07
HSL58.42º66.67%77.65%-
HSV(B)58.42º32.2%92.55%-
XYZ70.3679.2244.84-
YUV226.1690.66135.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.46%
GREEN value IS 234 (91.80% from 255) = 37.14%
BLUE value IS 160 (62.89% from 255) = 25.40%
R=37.46%
G=37.14%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623416000.010.320.0758.4266.6777.65
HexECEAA0012073a434e
Octal3543522400140772103116
Binary1110110011101010101000000110000011111101010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEAA0; }

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

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

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

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

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

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

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

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