#E1D687

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

Shades of Primrose #E1D687

Tints of Primrose #E1D687

Color information

#E1D687 (or 0xE1D687) is unknown color: approx Primrose. HEX triplet: E1, D6 and 87. RGB value is (225,214,135). Sum of RGB (Red+Green+Blue) = 225+214+135=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 135 (53.12% from 255 or 23.52% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D687 is #1E2978. Grayscale: #D0D0D0. Windows color (decimal): -1976697 or 8902369. OLE color: 8902369.

HSL color Cylindrical-coordinate representation of color #E1D687: hue angle of 52.67º 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 #E1D687 is Cyan = 0, Magento = 0.05, Yellow = 0.4 and Black (K on CMYK) = 0.12.

Color convert

RGB225214135-
CMYK00.050.40.12
HSL52.67º60%70.59%-
HSV(B)52.67º40%88.24%-
XYZ59.4765.8532.5-
YUV208.2886.64139.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.20%
GREEN value IS 214 (83.98% from 255) = 37.28%
BLUE value IS 135 (53.12% from 255) = 23.52%
R=39.20%
G=37.28%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.4
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521413500.050.40.1252.676070.59
HexE1D6870528C353c47
Octal3413262070550146574107
Binary111000011101011010000111010110100011001101011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D687; }

 p { color: rgb(225,214,135); }

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

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

 a { background-color: rgb(225,214,135); }

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

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

 span { border-color: rgb(225,214,135); }

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