#EBDA5D

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

Shades of Portica #EBDA5D

Tints of Portica #EBDA5D

Color information

#EBDA5D (or 0xEBDA5D) is unknown color: approx Portica. HEX triplet: EB, DA and 5D. RGB value is (235,218,93). Sum of RGB (Red+Green+Blue) = 235+218+93=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 93 (36.72% from 255 or 17.03% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA5D is #1425A2. Grayscale: #D1D1D1. Windows color (decimal): -1320355 or 6150891. OLE color: 6150891.

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

Color convert

RGB23521893-
CMYK00.070.600.08
HSL52.82º78.02%64.31%-
HSV(B)52.82º60.43%92.16%-
XYZ61.3168.620.36-
YUV208.8362.63146.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.04%
GREEN value IS 218 (85.55% from 255) = 39.93%
BLUE value IS 93 (36.72% from 255) = 17.03%
R=43.04%
G=39.93%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352189300.070.600.0852.8278.0264.31
HexEBDA5D073C8354e40
Octal35333213507741065116100
Binary111010111101101010111010111111100100011010110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDA5D; }

 p { color: rgb(235,218,93); }

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

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

 a { background-color: rgb(235,218,93); }

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

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

 span { border-color: rgb(235,218,93); }

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