#E4DD8E

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

Shades of Primrose #E4DD8E

Tints of Primrose #E4DD8E

Color information

#E4DD8E (or 0xE4DD8E) is unknown color: approx Primrose. HEX triplet: E4, DD and 8E. RGB value is (228,221,142). Sum of RGB (Red+Green+Blue) = 228+221+142=591 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.58% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4DD8E is #1B2271. Grayscale: #D6D6D6. Windows color (decimal): -1778290 or 9362916. OLE color: 9362916.

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

Color convert

RGB228221142-
CMYK00.030.380.11
HSL55.12º61.43%72.55%-
HSV(B)55.12º37.72%89.41%-
XYZ62.7370.1635.83-
YUV214.0987.32137.92-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.58%
GREEN value IS 221 (86.72% from 255) = 37.39%
BLUE value IS 142 (55.86% from 255) = 24.03%
R=38.58%
G=37.39%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822114200.030.380.1155.1261.4372.55
HexE4DD8E0326B373d49
Octal3443352160346136775111
Binary11100100110111011000111001110011010111101111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DD8E; }

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

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

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

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

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

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

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

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