#ECEFA0

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

Shades of Portafino #ECEFA0

Tints of Portafino #ECEFA0

Color information

#ECEFA0 (or 0xECEFA0) is unknown color: approx Portafino. HEX triplet: EC, EF and A0. RGB value is (236,239,160). Sum of RGB (Red+Green+Blue) = 236+239+160=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 160 (62.89% from 255 or 25.20% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEFA0 is #13105F. Grayscale: #E5E5E5. Windows color (decimal): -1249376 or 10547180. OLE color: 10547180.

HSL color Cylindrical-coordinate representation of color #ECEFA0: hue angle of 62.28º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECEFA0 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB236239160-
CMYK0.0100.330.06
HSL62.28º71.17%78.24%-
HSV(B)62.28º33.05%93.73%-
XYZ71.882.145.32-
YUV229.189.01132.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.17%
GREEN value IS 239 (93.75% from 255) = 37.64%
BLUE value IS 160 (62.89% from 255) = 25.20%
R=37.17%
G=37.64%
B=25.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362391600.0100.330.0662.2871.1778.24
HexECEFA0102163e474e
Octal3543572401041676107116
Binary1110110011101111101000001010000111011111010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEFA0; }

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

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

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

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

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

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

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

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