#EBEE9E

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

Shades of Portafino #EBEE9E

Tints of Portafino #EBEE9E

Color information

#EBEE9E (or 0xEBEE9E) is unknown color: approx Portafino. HEX triplet: EB, EE and 9E. RGB value is (235,238,158). Sum of RGB (Red+Green+Blue) = 235+238+158=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 158 (62.11% from 255 or 25.04% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEE9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEE9E is #141161. Grayscale: #E4E4E4. Windows color (decimal): -1315170 or 10415851. OLE color: 10415851.

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

Color convert

RGB235238158-
CMYK0.0100.340.07
HSL62.25º70.18%77.65%-
HSV(B)62.25º33.61%93.33%-
XYZ71.0181.2844.29-
YUV227.9888.51133-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 238 (93.36% from 255) = 37.72%
BLUE value IS 158 (62.11% from 255) = 25.04%
R=37.24%
G=37.72%
B=25.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352381580.0100.340.0762.2570.1877.65
HexEBEE9E102273e464e
Octal3533562361042776106116
Binary1110101111101110100111101010001011111111010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEE9E; }

 p { color: rgb(235,238,158); }

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

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

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

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

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

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

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