#ECEC9E

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

Shades of Portafino #ECEC9E

Tints of Portafino #ECEC9E

Color information

#ECEC9E (or 0xECEC9E) is unknown color: approx Portafino. HEX triplet: EC, EC and 9E. RGB value is (236,236,158). Sum of RGB (Red+Green+Blue) = 236+236+158=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 158 (62.11% from 255 or 25.08% from 630); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEC9E is #131361. Grayscale: #E3E3E3. Windows color (decimal): -1250146 or 10415340. OLE color: 10415340.

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

Color convert

RGB236236158-
CMYK000.330.07
HSL60º67.24%77.25%-
HSV(B)60º33.05%92.55%-
XYZ70.7680.2944.12-
YUV227.1189134.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.46%
GREEN value IS 236 (92.58% from 255) = 37.46%
BLUE value IS 158 (62.11% from 255) = 25.08%
R=37.46%
G=37.46%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236158000.330.076067.2477.25
HexECEC9E002173c434d
Octal3543542360041774103115
Binary1110110011101100100111100010000111111110010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEC9E; }

 p { color: rgb(236,236,158); }

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

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

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

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

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

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

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