#ECEB9C

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

Shades of Portafino #ECEB9C

Tints of Portafino #ECEB9C

Color information

#ECEB9C (or 0xECEB9C) is unknown color: approx Portafino. HEX triplet: EC, EB and 9C. RGB value is (236,235,156). Sum of RGB (Red+Green+Blue) = 236+235+156=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 156 (61.33% from 255 or 24.88% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEB9C is #131463. Grayscale: #E2E2E2. Windows color (decimal): -1250404 or 10284012. OLE color: 10284012.

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

Color convert

RGB236235156-
CMYK00.000.340.07
HSL59.25º67.8%76.86%-
HSV(B)59.25º33.9%92.55%-
XYZ70.379.6543.12-
YUV226.2988.33134.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.64%
GREEN value IS 235 (92.19% from 255) = 37.48%
BLUE value IS 156 (61.33% from 255) = 24.88%
R=37.64%
G=37.48%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623515600.000.340.0759.2567.876.86
HexECEB9C002273b444d
Octal3543532340042773104115
Binary1110110011101011100111000010001011111101110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEB9C; }

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

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

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

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

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

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

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

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