#E4DD9B

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

Shades of Primrose #E4DD9B

Tints of Primrose #E4DD9B

Color information

#E4DD9B (or 0xE4DD9B) is unknown color: approx Primrose. HEX triplet: E4, DD and 9B. RGB value is (228,221,155). Sum of RGB (Red+Green+Blue) = 228+221+155=604 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.75% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 155 (60.94% from 255 or 25.66% from 604); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4DD9B is #1B2264. Grayscale: #D7D7D7. Windows color (decimal): -1778277 or 10214884. OLE color: 10214884.

HSL color Cylindrical-coordinate representation of color #E4DD9B: hue angle of 54.25º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E4DD9B is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB228221155-
CMYK00.030.320.11
HSL54.25º57.48%75.1%-
HSV(B)54.25º32.02%89.41%-
XYZ63.7770.5741.27-
YUV215.5793.82136.87-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.75%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 155 (60.94% from 255) = 25.66%
R=37.75%
G=36.59%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822115500.030.320.1154.2557.4875.1
HexE4DD9B0320B36394b
Octal3443352330340136671113
Binary11100100110111011001101101110000010111101101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DD9B; }

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

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

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

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

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

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

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

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