#E1D98F

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

Shades of Primrose #E1D98F

Tints of Primrose #E1D98F

Color information

#E1D98F (or 0xE1D98F) is unknown color: approx Primrose. HEX triplet: E1, D9 and 8F. RGB value is (225,217,143). Sum of RGB (Red+Green+Blue) = 225+217+143=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 143 (56.25% from 255 or 24.44% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D98F is #1E2670. Grayscale: #D3D3D3. Windows color (decimal): -1975921 or 9427425. OLE color: 9427425.

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

Color convert

RGB225217143-
CMYK00.040.360.12
HSL54.15º57.75%72.16%-
HSV(B)54.15º36.44%88.24%-
XYZ60.8267.6235.83-
YUV210.9689.65138.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.46%
GREEN value IS 217 (85.16% from 255) = 37.09%
BLUE value IS 143 (56.25% from 255) = 24.44%
R=38.46%
G=37.09%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521714300.040.360.1254.1557.7572.16
HexE1D98F0424C363a48
Octal3413312170444146672110
Binary111000011101100110001111010010010011001101101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D98F; }

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

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

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

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

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

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

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

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