#E1D98C

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

Shades of Primrose #E1D98C

Tints of Primrose #E1D98C

Color information

#E1D98C (or 0xE1D98C) is unknown color: approx Primrose. HEX triplet: E1, D9 and 8C. RGB value is (225,217,140). Sum of RGB (Red+Green+Blue) = 225+217+140=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D98C is #1E2673. Grayscale: #D2D2D2. Windows color (decimal): -1975924 or 9230817. OLE color: 9230817.

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

Color convert

RGB225217140-
CMYK00.040.380.12
HSL54.35º58.62%71.57%-
HSV(B)54.35º37.78%88.24%-
XYZ60.667.5334.65-
YUV210.6188.15138.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.66%
GREEN value IS 217 (85.16% from 255) = 37.29%
BLUE value IS 140 (55.08% from 255) = 24.05%
R=38.66%
G=37.29%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521714000.040.380.1254.3558.6271.57
HexE1D98C0426C363b48
Octal3413312140446146673110
Binary111000011101100110001100010010011011001101101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D98C; }

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

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

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

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

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

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

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

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