#E1DD98

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

Shades of Primrose #E1DD98

Tints of Primrose #E1DD98

Color information

#E1DD98 (or 0xE1DD98) is unknown color: approx Primrose. HEX triplet: E1, DD and 98. RGB value is (225,221,152). Sum of RGB (Red+Green+Blue) = 225+221+152=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 152 (59.77% from 255 or 25.42% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DD98 is #1E2267. Grayscale: #D6D6D6. Windows color (decimal): -1974888 or 10018273. OLE color: 10018273.

HSL color Cylindrical-coordinate representation of color #E1DD98: hue angle of 56.71º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1DD98 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225221152-
CMYK00.020.320.12
HSL56.71º54.89%73.92%-
HSV(B)56.71º32.44%88.24%-
XYZ62.5869.9939.92-
YUV214.3392.83135.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.63%
GREEN value IS 221 (86.72% from 255) = 36.96%
BLUE value IS 152 (59.77% from 255) = 25.42%
R=37.63%
G=36.96%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522115200.020.320.1256.7154.8973.92
HexE1DD980220C39374a
Octal3413352300240147167112
Binary11100001110111011001100001010000011001110011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DD98; }

 p { color: rgb(225,221,152); }

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

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

 a { background-color: rgb(225,221,152); }

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

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

 span { border-color: rgb(225,221,152); }

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