#EBE59A

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

Shades of Portafino #EBE59A

Tints of Portafino #EBE59A

Color information

#EBE59A (or 0xEBE59A) is unknown color: approx Portafino. HEX triplet: EB, E5 and 9A. RGB value is (235,229,154). Sum of RGB (Red+Green+Blue) = 235+229+154=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 154 (60.55% from 255 or 24.92% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE59A is #141A65. Grayscale: #DEDEDE. Windows color (decimal): -1317478 or 10151403. OLE color: 10151403.

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

Color convert

RGB235229154-
CMYK00.030.340.08
HSL55.56º66.94%76.27%-
HSV(B)55.56º34.47%92.16%-
XYZ68.1176.0341.66-
YUV222.2489.49137.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 229 (89.84% from 255) = 37.06%
BLUE value IS 154 (60.55% from 255) = 24.92%
R=38.03%
G=37.06%
B=24.92%

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
Decimal23522915400.030.340.0855.5666.9476.27
HexEBE59A0322838434c
Octal35334523203421070103114
Binary111010111110010110011010011100010100011100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE59A; }

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

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

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

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

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

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

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

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