#E8DD9A

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

Shades of Primrose #E8DD9A

Tints of Primrose #E8DD9A

Color information

#E8DD9A (or 0xE8DD9A) is unknown color: approx Primrose. HEX triplet: E8, DD and 9A. RGB value is (232,221,154). Sum of RGB (Red+Green+Blue) = 232+221+154=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DD9A is #172265. Grayscale: #D8D8D8. Windows color (decimal): -1516134 or 10149352. OLE color: 10149352.

HSL color Cylindrical-coordinate representation of color #E8DD9A: hue angle of 51.54º degrees, saturation: 0.63, 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 #E8DD9A is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB232221154-
CMYK00.050.340.09
HSL51.54º62.9%75.69%-
HSV(B)51.54º33.62%90.98%-
XYZ64.9771.240.89-
YUV216.6592.64138.95-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.22%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 154 (60.55% from 255) = 25.37%
R=38.22%
G=36.41%
B=25.37%

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
Decimal23222115400.050.340.0951.5462.975.69
HexE8DD9A05229343f4c
Octal3503352320542116477114
Binary111010001101110110011010010110001010011101001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DD9A; }

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

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

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

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

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

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

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

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