#E1DD88

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

Shades of Primrose #E1DD88

Tints of Primrose #E1DD88

Color information

#E1DD88 (or 0xE1DD88) is unknown color: approx Primrose. HEX triplet: E1, DD and 88. RGB value is (225,221,136). Sum of RGB (Red+Green+Blue) = 225+221+136=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 136 (53.52% from 255 or 23.37% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DD88 is #1E2277. Grayscale: #D4D4D4. Windows color (decimal): -1974904 or 8969697. OLE color: 8969697.

HSL color Cylindrical-coordinate representation of color #E1DD88: hue angle of 57.3º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1DD88 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB225221136-
CMYK00.020.400.12
HSL57.3º59.73%70.78%-
HSV(B)57.3º39.56%88.24%-
XYZ61.3569.533.47-
YUV212.5184.83136.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.66%
GREEN value IS 221 (86.72% from 255) = 37.97%
BLUE value IS 136 (53.52% from 255) = 23.37%
R=38.66%
G=37.97%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522113600.020.400.1257.359.7370.78
HexE1DD880228C393c47
Octal3413352100250147174107
Binary11100001110111011000100001010100011001110011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DD88; }

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

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

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

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

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

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

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

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