#E1DC8C

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

Shades of Primrose #E1DC8C

Tints of Primrose #E1DC8C

Color information

#E1DC8C (or 0xE1DC8C) is unknown color: approx Primrose. HEX triplet: E1, DC and 8C. RGB value is (225,220,140). Sum of RGB (Red+Green+Blue) = 225+220+140=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 140 (55.08% from 255 or 23.93% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DC8C is #1E2373. Grayscale: #D4D4D4. Windows color (decimal): -1975156 or 9231585. OLE color: 9231585.

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

Color convert

RGB225220140-
CMYK00.020.380.12
HSL56.47º58.62%71.57%-
HSV(B)56.47º37.78%88.24%-
XYZ61.3869.0934.91-
YUV212.3787.16137-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.46%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 140 (55.08% from 255) = 23.93%
R=38.46%
G=37.61%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522014000.020.380.1256.4758.6271.57
HexE1DC8C0226C383b48
Octal3413342140246147073110
Binary11100001110111001000110001010011011001110001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DC8C; }

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

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

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

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

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

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

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

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