#E9DD9A

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

Shades of Primrose #E9DD9A

Tints of Primrose #E9DD9A

Color information

#E9DD9A (or 0xE9DD9A) is unknown color: approx Primrose. HEX triplet: E9, DD and 9A. RGB value is (233,221,154). Sum of RGB (Red+Green+Blue) = 233+221+154=608 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.32% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 154 (60.55% from 255 or 25.33% from 608); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DD9A is #162265. Grayscale: #D9D9D9. Windows color (decimal): -1450598 or 10149353. OLE color: 10149353.

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

Color convert

RGB233221154-
CMYK00.050.340.09
HSL50.89º64.23%75.88%-
HSV(B)50.89º33.91%91.37%-
XYZ65.2971.3740.91-
YUV216.9592.48139.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.32%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 154 (60.55% from 255) = 25.33%
R=38.32%
G=36.35%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322115400.050.340.0950.8964.2375.88
HexE9DD9A0522933404c
Octal35133523205421163100114
Binary1110100111011101100110100101100010100111001110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DD9A; }

 p { color: rgb(233,221,154); }

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

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

 a { background-color: rgb(233,221,154); }

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

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

 span { border-color: rgb(233,221,154); }

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