#ECEEA0

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

Shades of Portafino #ECEEA0

Tints of Portafino #ECEEA0

Color information

#ECEEA0 (or 0xECEEA0) is unknown color: approx Portafino. HEX triplet: EC, EE and A0. RGB value is (236,238,160). Sum of RGB (Red+Green+Blue) = 236+238+160=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 160 (62.89% from 255 or 25.24% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEEA0 is #13115F. Grayscale: #E4E4E4. Windows color (decimal): -1249632 or 10546924. OLE color: 10546924.

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

Color convert

RGB236238160-
CMYK0.0100.330.07
HSL61.54º69.64%78.04%-
HSV(B)61.54º32.77%93.33%-
XYZ71.5181.5245.22-
YUV228.5189.34133.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.22%
GREEN value IS 238 (93.36% from 255) = 37.54%
BLUE value IS 160 (62.89% from 255) = 25.24%
R=37.22%
G=37.54%
B=25.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362381600.0100.330.0761.5469.6478.04
HexECEEA0102173e464e
Octal3543562401041776106116
Binary1110110011101110101000001010000111111111010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEEA0; }

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

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

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

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

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

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

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

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