#EBE59C

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

Shades of Portafino #EBE59C

Tints of Portafino #EBE59C

Color information

#EBE59C (or 0xEBE59C) is unknown color: approx Portafino. HEX triplet: EB, E5 and 9C. RGB value is (235,229,156). Sum of RGB (Red+Green+Blue) = 235+229+156=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 156 (61.33% from 255 or 25.16% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE59C is #141A63. Grayscale: #DEDEDE. Windows color (decimal): -1317476 or 10282475. OLE color: 10282475.

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

Color convert

RGB235229156-
CMYK00.030.340.08
HSL55.44º66.39%76.67%-
HSV(B)55.44º33.62%92.16%-
XYZ68.2876.142.54-
YUV222.4790.49136.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 229 (89.84% from 255) = 36.94%
BLUE value IS 156 (61.33% from 255) = 25.16%
R=37.90%
G=36.94%
B=25.16%

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
Decimal23522915600.030.340.0855.4466.3976.67
HexEBE59C0322837424d
Octal35334523403421067102115
Binary111010111110010110011100011100010100011011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE59C; }

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

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

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

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

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

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

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

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