#E8DD8D

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

Shades of Primrose #E8DD8D

Tints of Primrose #E8DD8D

Color information

#E8DD8D (or 0xE8DD8D) is unknown color: approx Primrose. HEX triplet: E8, DD and 8D. RGB value is (232,221,141). Sum of RGB (Red+Green+Blue) = 232+221+141=594 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.06% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DD8D is #172272. Grayscale: #D7D7D7. Windows color (decimal): -1516147 or 9297384. OLE color: 9297384.

HSL color Cylindrical-coordinate representation of color #E8DD8D: hue angle of 52.75º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E8DD8D is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB232221141-
CMYK00.050.390.09
HSL52.75º66.42%73.14%-
HSV(B)52.75º39.22%90.98%-
XYZ63.9470.7935.49-
YUV215.1786.14140-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.06%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 141 (55.47% from 255) = 23.74%
R=39.06%
G=37.21%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222114100.050.390.0952.7566.4273.14
HexE8DD8D05279354249
Octal35033521505471165102111
Binary1110100011011101100011010101100111100111010110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DD8D; }

 p { color: rgb(232,221,141); }

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

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

 a { background-color: rgb(232,221,141); }

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

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

 span { border-color: rgb(232,221,141); }

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