#E1D48C

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

Shades of Primrose #E1D48C

Tints of Primrose #E1D48C

Color information

#E1D48C (or 0xE1D48C) is unknown color: approx Primrose. HEX triplet: E1, D4 and 8C. RGB value is (225,212,140). Sum of RGB (Red+Green+Blue) = 225+212+140=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D48C is #1E2B73. Grayscale: #CFCFCF. Windows color (decimal): -1977204 or 9229537. OLE color: 9229537.

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

Color convert

RGB225212140-
CMYK00.060.380.12
HSL50.82º58.62%71.57%-
HSV(B)50.82º37.78%88.24%-
XYZ59.3364.9934.23-
YUV207.6889.81140.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.99%
GREEN value IS 212 (83.20% from 255) = 36.74%
BLUE value IS 140 (55.08% from 255) = 24.26%
R=38.99%
G=36.74%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521214000.060.380.1250.8258.6271.57
HexE1D48C0626C333b48
Octal3413242140646146373110
Binary111000011101010010001100011010011011001100111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D48C; }

 p { color: rgb(225,212,140); }

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

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

 a { background-color: rgb(225,212,140); }

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

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

 span { border-color: rgb(225,212,140); }

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