#EBEA99

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

Shades of Portafino #EBEA99

Tints of Portafino #EBEA99

Color information

#EBEA99 (or 0xEBEA99) is unknown color: approx Portafino. HEX triplet: EB, EA and 99. RGB value is (235,234,153). Sum of RGB (Red+Green+Blue) = 235+234+153=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 153 (60.16% from 255 or 24.60% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEA99 is #141566. Grayscale: #E1E1E1. Windows color (decimal): -1316199 or 10087147. OLE color: 10087147.

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

Color convert

RGB235234153-
CMYK00.000.350.08
HSL59.27º67.21%76.08%-
HSV(B)59.27º34.89%92.16%-
XYZ69.4378.8141.69-
YUV225.0687.33135.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 234 (91.80% from 255) = 37.62%
BLUE value IS 153 (60.16% from 255) = 24.60%
R=37.78%
G=37.62%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523415300.000.350.0859.2767.2176.08
HexEBEA99002383b434c
Octal35335223100431073103114
Binary11101011111010101001100100100011100011101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEA99; }

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

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

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

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

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

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

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

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