#EBD655

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

Shades of Portica #EBD655

Tints of Portica #EBD655

Color information

#EBD655 (or 0xEBD655) is unknown color: approx Portica. HEX triplet: EB, D6 and 55. RGB value is (235,214,85). Sum of RGB (Red+Green+Blue) = 235+214+85=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 85 (33.59% from 255 or 15.92% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD655 is #1429AA. Grayscale: #CECECE. Windows color (decimal): -1321387 or 5625579. OLE color: 5625579.

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

Color convert

RGB23521485-
CMYK00.090.640.08
HSL51.6º78.95%62.75%-
HSV(B)51.6º63.83%92.16%-
XYZ59.9566.4118.25-
YUV205.5759.96148.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.01%
GREEN value IS 214 (83.98% from 255) = 40.07%
BLUE value IS 85 (33.59% from 255) = 15.92%
R=44.01%
G=40.07%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352148500.090.640.0851.678.9562.75
HexEBD65509408344f3f
Octal353326125011100106411777
Binary1110101111010110101010101001100000010001101001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD655; }

 p { color: rgb(235,214,85); }

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

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

 a { background-color: rgb(235,214,85); }

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

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

 span { border-color: rgb(235,214,85); }

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