#EBD890

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

Shades of Primrose #EBD890

Tints of Primrose #EBD890

Color information

#EBD890 (or 0xEBD890) is unknown color: approx Primrose. HEX triplet: EB, D8 and 90. RGB value is (235,216,144). Sum of RGB (Red+Green+Blue) = 235+216+144=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD890 is #14276F. Grayscale: #D5D5D5. Windows color (decimal): -1320816 or 9492715. OLE color: 9492715.

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

Color convert

RGB235216144-
CMYK00.080.390.08
HSL47.47º69.47%74.31%-
HSV(B)47.47º38.72%92.16%-
XYZ63.8568.7936.3-
YUV213.4788.79143.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 216 (84.77% from 255) = 36.30%
BLUE value IS 144 (56.64% from 255) = 24.20%
R=39.50%
G=36.30%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521614400.080.390.0847.4769.4774.31
HexEBD890082782f454a
Octal353330220010471057105112
Binary11101011110110001001000001000100111100010111110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD890; }

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

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

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

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

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

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

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

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