#ECEDA1

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

Shades of Portafino #ECEDA1

Tints of Portafino #ECEDA1

Color information

#ECEDA1 (or 0xECEDA1) is unknown color: approx Portafino. HEX triplet: EC, ED and A1. RGB value is (236,237,161). Sum of RGB (Red+Green+Blue) = 236+237+161=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 161 (63.28% from 255 or 25.39% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEDA1 is #13125E. Grayscale: #E4E4E4. Windows color (decimal): -1249887 or 10612204. OLE color: 10612204.

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

Color convert

RGB236237161-
CMYK0.0000.320.07
HSL60.79º67.86%78.04%-
HSV(B)60.79º32.07%92.94%-
XYZ71.3180.9745.59-
YUV228.0490.17133.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.22%
GREEN value IS 237 (92.97% from 255) = 37.38%
BLUE value IS 161 (63.28% from 255) = 25.39%
R=37.22%
G=37.38%
B=25.39%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362371610.0000.320.0760.7967.8678.04
HexECEDA1002073d444e
Octal3543552410040775104116
Binary1110110011101101101000010010000011111110110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDA1; }

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

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

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

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

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

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

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

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