#E1DA8F

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

Shades of Primrose #E1DA8F

Tints of Primrose #E1DA8F

Color information

#E1DA8F (or 0xE1DA8F) is unknown color: approx Primrose. HEX triplet: E1, DA and 8F. RGB value is (225,218,143). Sum of RGB (Red+Green+Blue) = 225+218+143=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 143 (56.25% from 255 or 24.40% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DA8F is #1E2570. Grayscale: #D3D3D3. Windows color (decimal): -1975665 or 9427681. OLE color: 9427681.

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

Color convert

RGB225218143-
CMYK00.030.360.12
HSL54.88º57.75%72.16%-
HSV(B)54.88º36.44%88.24%-
XYZ61.0868.1335.92-
YUV211.5489.32137.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.40%
GREEN value IS 218 (85.55% from 255) = 37.20%
BLUE value IS 143 (56.25% from 255) = 24.40%
R=38.40%
G=37.20%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521814300.030.360.1254.8857.7572.16
HexE1DA8F0324C373a48
Octal3413322170344146772110
Binary11100001110110101000111101110010011001101111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DA8F; }

 p { color: rgb(225,218,143); }

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

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

 a { background-color: rgb(225,218,143); }

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

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

 span { border-color: rgb(225,218,143); }

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