#E8D994

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

Shades of Primrose #E8D994

Tints of Primrose #E8D994

Color information

#E8D994 (or 0xE8D994) is unknown color: approx Primrose. HEX triplet: E8, D9 and 94. RGB value is (232,217,148). Sum of RGB (Red+Green+Blue) = 232+217+148=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D994 is #17266B. Grayscale: #D5D5D5. Windows color (decimal): -1517164 or 9755112. OLE color: 9755112.

HSL color Cylindrical-coordinate representation of color #E8D994: hue angle of 49.29º degrees, saturation: 0.65, 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 #E8D994 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB232217148-
CMYK00.060.360.09
HSL49.29º64.62%74.51%-
HSV(B)49.29º36.21%90.98%-
XYZ63.4468.9237.98-
YUV213.6290.97141.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.86%
GREEN value IS 217 (85.16% from 255) = 36.35%
BLUE value IS 148 (58.20% from 255) = 24.79%
R=38.86%
G=36.35%
B=24.79%

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
Decimal23221714800.060.360.0949.2964.6274.51
HexE8D9940624931414b
Octal35033122406441161101113
Binary1110100011011001100101000110100100100111000110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D994; }

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

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

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

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

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

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

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

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