#EBE59B

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

Shades of Portafino #EBE59B

Tints of Portafino #EBE59B

Color information

#EBE59B (or 0xEBE59B) is unknown color: approx Portafino. HEX triplet: EB, E5 and 9B. RGB value is (235,229,155). Sum of RGB (Red+Green+Blue) = 235+229+155=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 155 (60.94% from 255 or 25.04% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE59B is #141A64. Grayscale: #DEDEDE. Windows color (decimal): -1317477 or 10216939. OLE color: 10216939.

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

Color convert

RGB235229155-
CMYK00.030.340.08
HSL55.5º66.67%76.47%-
HSV(B)55.5º34.04%92.16%-
XYZ68.276.0742.1-
YUV222.3689.99137.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 229 (89.84% from 255) = 37.00%
BLUE value IS 155 (60.94% from 255) = 25.04%
R=37.96%
G=37.00%
B=25.04%

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
Decimal23522915500.030.340.0855.566.6776.47
HexEBE59B0322838434c
Octal35334523303421070103114
Binary111010111110010110011011011100010100011100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE59B; }

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

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

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

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

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

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

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

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