#E1D98D

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

Shades of Primrose #E1D98D

Tints of Primrose #E1D98D

Color information

#E1D98D (or 0xE1D98D) is unknown color: approx Primrose. HEX triplet: E1, D9 and 8D. RGB value is (225,217,141). Sum of RGB (Red+Green+Blue) = 225+217+141=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D98D is #1E2672. Grayscale: #D3D3D3. Windows color (decimal): -1975923 or 9296353. OLE color: 9296353.

HSL color Cylindrical-coordinate representation of color #E1D98D: hue angle of 54.29º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1D98D is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB225217141-
CMYK00.040.370.12
HSL54.29º58.33%71.76%-
HSV(B)54.29º37.33%88.24%-
XYZ60.6767.5635.04-
YUV210.7388.65138.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.59%
GREEN value IS 217 (85.16% from 255) = 37.22%
BLUE value IS 141 (55.47% from 255) = 24.19%
R=38.59%
G=37.22%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521714100.040.370.1254.2958.3371.76
HexE1D98D0425C363a48
Octal3413312150445146672110
Binary111000011101100110001101010010010111001101101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D98D; }

 p { color: rgb(225,217,141); }

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

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

 a { background-color: rgb(225,217,141); }

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

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

 span { border-color: rgb(225,217,141); }

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