#ECEF9F

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

Shades of Portafino #ECEF9F

Tints of Portafino #ECEF9F

Color information

#ECEF9F (or 0xECEF9F) is unknown color: approx Portafino. HEX triplet: EC, EF and 9F. RGB value is (236,239,159). Sum of RGB (Red+Green+Blue) = 236+239+159=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 159 (62.5% from 255 or 25.08% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEF9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEF9F is #131060. Grayscale: #E5E5E5. Windows color (decimal): -1249377 or 10481644. OLE color: 10481644.

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

Color convert

RGB236239159-
CMYK0.0100.330.06
HSL62.25º71.43%78.04%-
HSV(B)62.25º33.47%93.73%-
XYZ71.7282.0744.86-
YUV228.9888.51133-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.22%
GREEN value IS 239 (93.75% from 255) = 37.70%
BLUE value IS 159 (62.5% from 255) = 25.08%
R=37.22%
G=37.70%
B=25.08%

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
Decimal2362391590.0100.330.0662.2571.4378.04
HexECEF9F102163e474e
Octal3543572371041676107116
Binary1110110011101111100111111010000111011111010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEF9F; }

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

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

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

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

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

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

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

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