#E1DE85

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

Shades of Primrose #E1DE85

Tints of Primrose #E1DE85

Color information

#E1DE85 (or 0xE1DE85) is unknown color: approx Primrose. HEX triplet: E1, DE and 85. RGB value is (225,222,133). Sum of RGB (Red+Green+Blue) = 225+222+133=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DE85 is #1E217A. Grayscale: #D5D5D5. Windows color (decimal): -1974651 or 8773345. OLE color: 8773345.

HSL color Cylindrical-coordinate representation of color #E1DE85: hue angle of 58.04º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E1DE85 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB225222133-
CMYK00.010.410.12
HSL58.04º60.53%70.2%-
HSV(B)58.04º40.89%88.24%-
XYZ61.4169.9432.45-
YUV212.7582.99136.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.79%
GREEN value IS 222 (87.11% from 255) = 38.28%
BLUE value IS 133 (52.34% from 255) = 22.93%
R=38.79%
G=38.28%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522213300.010.410.1258.0460.5370.2
HexE1DE850129C3a3d46
Octal3413362050151147275106
Binary1110000111011110100001010110100111001110101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DE85; }

 p { color: rgb(225,222,133); }

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

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

 a { background-color: rgb(225,222,133); }

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

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

 span { border-color: rgb(225,222,133); }

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