#EBEA9F

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

Shades of Portafino #EBEA9F

Tints of Portafino #EBEA9F

Color information

#EBEA9F (or 0xEBEA9F) is unknown color: approx Portafino. HEX triplet: EB, EA and 9F. RGB value is (235,234,159). Sum of RGB (Red+Green+Blue) = 235+234+159=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 159 (62.5% from 255 or 25.32% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEA9F is #141560. Grayscale: #E2E2E2. Windows color (decimal): -1316193 or 10480363. OLE color: 10480363.

HSL color Cylindrical-coordinate representation of color #EBEA9F: hue angle of 59.21º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBEA9F is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB235234159-
CMYK00.000.320.08
HSL59.21º65.52%77.25%-
HSV(B)59.21º32.34%92.16%-
XYZ69.9479.0144.37-
YUV225.7590.33134.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 234 (91.80% from 255) = 37.26%
BLUE value IS 159 (62.5% from 255) = 25.32%
R=37.42%
G=37.26%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523415900.000.320.0859.2165.5277.25
HexEBEA9F002083b424d
Octal35335223700401073102115
Binary11101011111010101001111100100000100011101110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEA9F; }

 p { color: rgb(235,234,159); }

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

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

 a { background-color: rgb(235,234,159); }

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

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

 span { border-color: rgb(235,234,159); }

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