#EBEB9E

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

Shades of Portafino #EBEB9E

Tints of Portafino #EBEB9E

Color information

#EBEB9E (or 0xEBEB9E) is unknown color: approx Portafino. HEX triplet: EB, EB and 9E. RGB value is (235,235,158). Sum of RGB (Red+Green+Blue) = 235+235+158=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 158 (62.11% from 255 or 25.16% from 628); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEB9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEB9E is #141461. Grayscale: #E2E2E2. Windows color (decimal): -1315938 or 10415083. OLE color: 10415083.

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

Color convert

RGB235235158-
CMYK000.330.08
HSL60º65.81%77.06%-
HSV(B)60º32.77%92.16%-
XYZ70.1479.5544.01-
YUV226.2289.5134.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 235 (92.19% from 255) = 37.42%
BLUE value IS 158 (62.11% from 255) = 25.16%
R=37.42%
G=37.42%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235158000.330.086065.8177.06
HexEBEB9E002183c424d
Octal35335323600411074102115
Binary11101011111010111001111000100001100011110010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEB9E; }

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

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

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

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

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

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

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

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