#EBE998

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

Shades of Portafino #EBE998

Tints of Portafino #EBE998

Color information

#EBE998 (or 0xEBE998) is unknown color: approx Portafino. HEX triplet: EB, E9 and 98. RGB value is (235,233,152). Sum of RGB (Red+Green+Blue) = 235+233+152=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 152 (59.77% from 255 or 24.52% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE998 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE998 is #141667. Grayscale: #E0E0E0. Windows color (decimal): -1316456 or 10021355. OLE color: 10021355.

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

Color convert

RGB235233152-
CMYK00.010.350.08
HSL58.55º67.48%75.88%-
HSV(B)58.55º35.32%92.16%-
XYZ69.0778.2141.16-
YUV224.3687.16135.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 233 (91.41% from 255) = 37.58%
BLUE value IS 152 (59.77% from 255) = 24.52%
R=37.90%
G=37.58%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523315200.010.350.0858.5567.4875.88
HexEBE998012383b434c
Octal35335123001431073103114
Binary11101011111010011001100001100011100011101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE998; }

 p { color: rgb(235,233,152); }

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

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

 a { background-color: rgb(235,233,152); }

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

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

 span { border-color: rgb(235,233,152); }

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