#EBE49B

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

Shades of Portafino #EBE49B

Tints of Portafino #EBE49B

Color information

#EBE49B (or 0xEBE49B) is unknown color: approx Portafino. HEX triplet: EB, E4 and 9B. RGB value is (235,228,155). Sum of RGB (Red+Green+Blue) = 235+228+155=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 155 (60.94% from 255 or 25.08% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE49B is #141B64. Grayscale: #DEDEDE. Windows color (decimal): -1317733 or 10216683. OLE color: 10216683.

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

Color convert

RGB235228155-
CMYK00.030.340.08
HSL54.75º66.67%76.47%-
HSV(B)54.75º34.04%92.16%-
XYZ67.9275.5242.01-
YUV221.7790.32137.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 228 (89.45% from 255) = 36.89%
BLUE value IS 155 (60.94% from 255) = 25.08%
R=38.03%
G=36.89%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522815500.030.340.0854.7566.6776.47
HexEBE49B0322837434c
Octal35334423303421067103114
Binary111010111110010010011011011100010100011011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE49B; }

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

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

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

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

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

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

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

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