#E1DC96

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

Shades of Primrose #E1DC96

Tints of Primrose #E1DC96

Color information

#E1DC96 (or 0xE1DC96) is unknown color: approx Primrose. HEX triplet: E1, DC and 96. RGB value is (225,220,150). Sum of RGB (Red+Green+Blue) = 225+220+150=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DC96 is #1E2369. Grayscale: #D5D5D5. Windows color (decimal): -1975146 or 9886945. OLE color: 9886945.

HSL color Cylindrical-coordinate representation of color #E1DC96: hue angle of 56º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1DC96 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB225220150-
CMYK00.020.330.12
HSL56º55.56%73.53%-
HSV(B)56º33.33%88.24%-
XYZ62.1569.438.97-
YUV213.5192.16136.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.82%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 150 (58.98% from 255) = 25.21%
R=37.82%
G=36.97%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522015000.020.330.125655.5673.53
HexE1DC960221C38384a
Octal3413342260241147070112
Binary11100001110111001001011001010000111001110001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DC96; }

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

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

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

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

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

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

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

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