#EBD860

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

Shades of Portica #EBD860

Tints of Portica #EBD860

Color information

#EBD860 (or 0xEBD860) is unknown color: approx Portica. HEX triplet: EB, D8 and 60. RGB value is (235,216,96). Sum of RGB (Red+Green+Blue) = 235+216+96=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 96 (37.89% from 255 or 17.55% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD860 is #14279F. Grayscale: #D0D0D0. Windows color (decimal): -1320864 or 6346987. OLE color: 6346987.

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

Color convert

RGB23521696-
CMYK00.080.590.08
HSL51.8º77.65%64.9%-
HSV(B)51.8º59.15%92.16%-
XYZ60.9367.6220.91-
YUV20864.79147.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 96 (37.89% from 255) = 17.55%
R=42.96%
G=39.49%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352169600.080.590.0851.877.6564.9
HexEBD860083B8344e41
Octal353330140010731064116101
Binary1110101111011000110000001000111011100011010010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD860; }

 p { color: rgb(235,216,96); }

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

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

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

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

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

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

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