#E0DE9C

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

Shades of Primrose #E0DE9C

Tints of Primrose #E0DE9C

Color information

#E0DE9C (or 0xE0DE9C) is unknown color: approx Primrose. HEX triplet: E0, DE and 9C. RGB value is (224,222,156). Sum of RGB (Red+Green+Blue) = 224+222+156=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 156 (61.33% from 255 or 25.91% from 602); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DE9C is #1F2163. Grayscale: #D7D7D7. Windows color (decimal): -2040164 or 10280672. OLE color: 10280672.

HSL color Cylindrical-coordinate representation of color #E0DE9C: hue angle of 58.24º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0DE9C is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB224222156-
CMYK00.010.300.12
HSL58.24º52.31%74.51%-
HSV(B)58.24º30.36%87.84%-
XYZ62.8670.4941.75-
YUV215.0794.66134.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.21%
GREEN value IS 222 (87.11% from 255) = 36.88%
BLUE value IS 156 (61.33% from 255) = 25.91%
R=37.21%
G=36.88%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422215600.010.300.1258.2452.3174.51
HexE0DE9C011EC3a344b
Octal3403362340136147264113
Binary111000001101111010011100011111011001110101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DE9C; }

 p { color: rgb(224,222,156); }

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

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

 a { background-color: rgb(224,222,156); }

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

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

 span { border-color: rgb(224,222,156); }

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