#E8DD9B

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

Shades of Primrose #E8DD9B

Tints of Primrose #E8DD9B

Color information

#E8DD9B (or 0xE8DD9B) is unknown color: approx Primrose. HEX triplet: E8, DD and 9B. RGB value is (232,221,155). Sum of RGB (Red+Green+Blue) = 232+221+155=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 155 (60.94% from 255 or 25.49% from 608); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DD9B is #172264. Grayscale: #D9D9D9. Windows color (decimal): -1516133 or 10214888. OLE color: 10214888.

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

Color convert

RGB232221155-
CMYK00.050.330.09
HSL51.43º62.6%75.88%-
HSV(B)51.43º33.19%90.98%-
XYZ65.0571.2441.33-
YUV216.7693.14138.87-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.16%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 155 (60.94% from 255) = 25.49%
R=38.16%
G=36.35%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222115500.050.330.0951.4362.675.88
HexE8DD9B05219333f4c
Octal3503352330541116377114
Binary111010001101110110011011010110000110011100111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DD9B; }

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

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

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

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

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

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

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

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