#E9DC8D

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

Shades of Primrose #E9DC8D

Tints of Primrose #E9DC8D

Color information

#E9DC8D (or 0xE9DC8D) is unknown color: approx Primrose. HEX triplet: E9, DC and 8D. RGB value is (233,220,141). Sum of RGB (Red+Green+Blue) = 233+220+141=594 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.23% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DC8D is #162372. Grayscale: #D7D7D7. Windows color (decimal): -1450867 or 9297129. OLE color: 9297129.

HSL color Cylindrical-coordinate representation of color #E9DC8D: hue angle of 51.52º degrees, saturation: 0.68, 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 #E9DC8D is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB233220141-
CMYK00.060.390.09
HSL51.52º67.65%73.33%-
HSV(B)51.52º39.48%91.37%-
XYZ64.0170.4335.42-
YUV214.8886.31140.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.23%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 141 (55.47% from 255) = 23.74%
R=39.23%
G=37.04%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322014100.060.390.0951.5267.6573.33
HexE9DC8D06279344449
Octal35133421506471164104111
Binary1110100111011100100011010110100111100111010010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DC8D; }

 p { color: rgb(233,220,141); }

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

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

 a { background-color: rgb(233,220,141); }

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

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

 span { border-color: rgb(233,220,141); }

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