#EBE99E

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

Shades of Portafino #EBE99E

Tints of Portafino #EBE99E

Color information

#EBE99E (or 0xEBE99E) is unknown color: approx Portafino. HEX triplet: EB, E9 and 9E. RGB value is (235,233,158). Sum of RGB (Red+Green+Blue) = 235+233+158=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 158 (62.11% from 255 or 25.24% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE99E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE99E is #141661. Grayscale: #E1E1E1. Windows color (decimal): -1316450 or 10414571. OLE color: 10414571.

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

Color convert

RGB235233158-
CMYK00.010.330.08
HSL58.44º65.81%77.06%-
HSV(B)58.44º32.77%92.16%-
XYZ69.5778.4143.82-
YUV225.0590.16135.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 233 (91.41% from 255) = 37.22%
BLUE value IS 158 (62.11% from 255) = 25.24%
R=37.54%
G=37.22%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523315800.010.330.0858.4465.8177.06
HexEBE99E012183a424d
Octal35335123601411072102115
Binary11101011111010011001111001100001100011101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE99E; }

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

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

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

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

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

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

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

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