#ECEA9D

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

Shades of Portafino #ECEA9D

Tints of Portafino #ECEA9D

Color information

#ECEA9D (or 0xECEA9D) is unknown color: approx Portafino. HEX triplet: EC, EA and 9D. RGB value is (236,234,157). Sum of RGB (Red+Green+Blue) = 236+234+157=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 157 (61.72% from 255 or 25.04% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA9D is #131562. Grayscale: #E2E2E2. Windows color (decimal): -1250659 or 10349292. OLE color: 10349292.

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

Color convert

RGB236234157-
CMYK00.010.330.07
HSL58.48º67.52%77.06%-
HSV(B)58.48º33.47%92.55%-
XYZ70.179.1143.47-
YUV225.8289.16135.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.64%
GREEN value IS 234 (91.80% from 255) = 37.32%
BLUE value IS 157 (61.72% from 255) = 25.04%
R=37.64%
G=37.32%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623415700.010.330.0758.4867.5277.06
HexECEA9D012173a444d
Octal3543522350141772104115
Binary1110110011101010100111010110000111111101010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEA9D; }

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

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

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

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

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

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

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

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