#ECEA9C

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

Shades of Portafino #ECEA9C

Tints of Portafino #ECEA9C

Color information

#ECEA9C (or 0xECEA9C) is unknown color: approx Portafino. HEX triplet: EC, EA and 9C. RGB value is (236,234,156). Sum of RGB (Red+Green+Blue) = 236+234+156=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 156 (61.33% from 255 or 24.92% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA9C is #131563. Grayscale: #E2E2E2. Windows color (decimal): -1250660 or 10283756. OLE color: 10283756.

HSL color Cylindrical-coordinate representation of color #ECEA9C: hue angle of 58.5º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECEA9C is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB236234156-
CMYK00.010.340.07
HSL58.5º67.8%76.86%-
HSV(B)58.5º33.9%92.55%-
XYZ70.0279.0843.03-
YUV225.7188.66135.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.70%
GREEN value IS 234 (91.80% from 255) = 37.38%
BLUE value IS 156 (61.33% from 255) = 24.92%
R=37.70%
G=37.38%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623415600.010.340.0758.567.876.86
HexECEA9C012273a444d
Octal3543522340142772104115
Binary1110110011101010100111000110001011111101010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEA9C; }

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

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

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

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

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

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

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

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