#EBD854

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

Shades of Portica #EBD854

Tints of Portica #EBD854

Color information

#EBD854 (or 0xEBD854) is unknown color: approx Portica. HEX triplet: EB, D8 and 54. RGB value is (235,216,84). Sum of RGB (Red+Green+Blue) = 235+216+84=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 84 (33.20% from 255 or 15.70% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD854 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD854 is #1427AB. Grayscale: #CFCFCF. Windows color (decimal): -1320876 or 5560555. OLE color: 5560555.

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

Color convert

RGB23521684-
CMYK00.080.640.08
HSL52.45º79.06%62.55%-
HSV(B)52.45º64.26%92.16%-
XYZ60.4267.4118.22-
YUV206.6358.79148.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.93%
GREEN value IS 216 (84.77% from 255) = 40.37%
BLUE value IS 84 (33.20% from 255) = 15.70%
R=43.93%
G=40.37%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352168400.080.640.0852.4579.0662.55
HexEBD85408408344f3f
Octal353330124010100106411777
Binary1110101111011000101010001000100000010001101001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD854; }

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

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

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

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

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

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

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

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