#E5D995

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

Shades of Primrose #E5D995

Tints of Primrose #E5D995

Color information

#E5D995 (or 0xE5D995) is unknown color: approx Primrose. HEX triplet: E5, D9 and 95. RGB value is (229,217,149). Sum of RGB (Red+Green+Blue) = 229+217+149=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D995 is #1A266A. Grayscale: #D5D5D5. Windows color (decimal): -1713771 or 9820645. OLE color: 9820645.

HSL color Cylindrical-coordinate representation of color #E5D995: hue angle of 51º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5D995 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB229217149-
CMYK00.050.350.10
HSL51º60.61%74.12%-
HSV(B)51º34.93%89.8%-
XYZ62.5568.4538.35-
YUV212.8491.98139.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.49%
GREEN value IS 217 (85.16% from 255) = 36.47%
BLUE value IS 149 (58.59% from 255) = 25.04%
R=38.49%
G=36.47%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921714900.050.350.105160.6174.12
HexE5D9950523A333d4a
Octal3453312250543126375112
Binary111001011101100110010101010110001110101100111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D995; }

 p { color: rgb(229,217,149); }

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

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

 a { background-color: rgb(229,217,149); }

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

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

 span { border-color: rgb(229,217,149); }

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