#ECEFA1

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

Shades of Portafino #ECEFA1

Tints of Portafino #ECEFA1

Color information

#ECEFA1 (or 0xECEFA1) is unknown color: approx Portafino. HEX triplet: EC, EF and A1. RGB value is (236,239,161). Sum of RGB (Red+Green+Blue) = 236+239+161=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 161 (63.28% from 255 or 25.31% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEFA1 is #13105E. Grayscale: #E5E5E5. Windows color (decimal): -1249375 or 10612716. OLE color: 10612716.

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

Color convert

RGB236239161-
CMYK0.0100.330.06
HSL62.31º70.91%78.43%-
HSV(B)62.31º32.64%93.73%-
XYZ71.8982.1445.78-
YUV229.2189.51132.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.11%
GREEN value IS 239 (93.75% from 255) = 37.58%
BLUE value IS 161 (63.28% from 255) = 25.31%
R=37.11%
G=37.58%
B=25.31%

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
Decimal2362391610.0100.330.0662.3170.9178.43
HexECEFA1102163e474e
Octal3543572411041676107116
Binary1110110011101111101000011010000111011111010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEFA1; }

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

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

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

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

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

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

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

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