#EBEB9B

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

Shades of Portafino #EBEB9B

Tints of Portafino #EBEB9B

Color information

#EBEB9B (or 0xEBEB9B) is unknown color: approx Portafino. HEX triplet: EB, EB and 9B. RGB value is (235,235,155). Sum of RGB (Red+Green+Blue) = 235+235+155=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 155 (60.94% from 255 or 24.8% from 625); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEB9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEB9B is #141464. Grayscale: #E2E2E2. Windows color (decimal): -1315941 or 10218475. OLE color: 10218475.

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

Color convert

RGB235235155-
CMYK000.340.08
HSL60º66.67%76.47%-
HSV(B)60º34.04%92.16%-
XYZ69.8979.4542.66-
YUV225.8888134.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 235 (92.19% from 255) = 37.6%
BLUE value IS 155 (60.94% from 255) = 24.8%
R=37.6%
G=37.6%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235155000.340.086066.6776.47
HexEBEB9B002283c434c
Octal35335323300421074103114
Binary11101011111010111001101100100010100011110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEB9B; }

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

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

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

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

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

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

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

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