#E8D995

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

Shades of Primrose #E8D995

Tints of Primrose #E8D995

Color information

#E8D995 (or 0xE8D995) is unknown color: approx Primrose. HEX triplet: E8, D9 and 95. RGB value is (232,217,149). Sum of RGB (Red+Green+Blue) = 232+217+149=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D995 is #17266A. Grayscale: #D6D6D6. Windows color (decimal): -1517163 or 9820648. OLE color: 9820648.

HSL color Cylindrical-coordinate representation of color #E8D995: hue angle of 49.16º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E8D995 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB232217149-
CMYK00.060.360.09
HSL49.16º64.34%74.71%-
HSV(B)49.16º35.78%90.98%-
XYZ63.5268.9538.4-
YUV213.7391.47141.03-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.80%
GREEN value IS 217 (85.16% from 255) = 36.29%
BLUE value IS 149 (58.59% from 255) = 24.92%
R=38.80%
G=36.29%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221714900.060.360.0949.1664.3474.71
HexE8D9950624931404b
Octal35033122506441161100113
Binary1110100011011001100101010110100100100111000110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D995; }

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

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

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

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

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

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

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

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