#E8D993

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

Shades of Primrose #E8D993

Tints of Primrose #E8D993

Color information

#E8D993 (or 0xE8D993) is unknown color: approx Primrose. HEX triplet: E8, D9 and 93. RGB value is (232,217,147). Sum of RGB (Red+Green+Blue) = 232+217+147=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 147 (57.81% from 255 or 24.66% from 596); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D993 is #17266C. Grayscale: #D5D5D5. Windows color (decimal): -1517165 or 9689576. OLE color: 9689576.

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

Color convert

RGB232217147-
CMYK00.060.370.09
HSL49.41º64.89%74.31%-
HSV(B)49.41º36.64%90.98%-
XYZ63.3668.8937.56-
YUV213.590.47141.19-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.93%
GREEN value IS 217 (85.16% from 255) = 36.41%
BLUE value IS 147 (57.81% from 255) = 24.66%
R=38.93%
G=36.41%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221714700.060.370.0949.4164.8974.31
HexE8D9930625931414a
Octal35033122306451161101112
Binary1110100011011001100100110110100101100111000110000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D993; }

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

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

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

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

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

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

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

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