#E0DD8B

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

Shades of Primrose #E0DD8B

Tints of Primrose #E0DD8B

Color information

#E0DD8B (or 0xE0DD8B) is unknown color: approx Primrose. HEX triplet: E0, DD and 8B. RGB value is (224,221,139). Sum of RGB (Red+Green+Blue) = 224+221+139=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 139 (54.69% from 255 or 23.80% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DD8B is #1F2274. Grayscale: #D4D4D4. Windows color (decimal): -2040437 or 9166304. OLE color: 9166304.

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

Color convert

RGB224221139-
CMYK00.010.380.12
HSL57.88º57.82%71.18%-
HSV(B)57.88º37.95%87.84%-
XYZ61.2669.4234.6-
YUV212.5586.49136.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.36%
GREEN value IS 221 (86.72% from 255) = 37.84%
BLUE value IS 139 (54.69% from 255) = 23.80%
R=38.36%
G=37.84%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422113900.010.380.1257.8857.8271.18
HexE0DD8B0126C3a3a47
Octal3403352130146147272107
Binary1110000011011101100010110110011011001110101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DD8B; }

 p { color: rgb(224,221,139); }

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

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

 a { background-color: rgb(224,221,139); }

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

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

 span { border-color: rgb(224,221,139); }

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