#E4DB8E

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

Shades of Primrose #E4DB8E

Tints of Primrose #E4DB8E

Color information

#E4DB8E (or 0xE4DB8E) is unknown color: approx Primrose. HEX triplet: E4, DB and 8E. RGB value is (228,219,142). Sum of RGB (Red+Green+Blue) = 228+219+142=589 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.71% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4DB8E is #1B2471. Grayscale: #D5D5D5. Windows color (decimal): -1778802 or 9362404. OLE color: 9362404.

HSL color Cylindrical-coordinate representation of color #E4DB8E: hue angle of 53.72º 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 #E4DB8E is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB228219142-
CMYK00.040.380.11
HSL53.72º61.43%72.55%-
HSV(B)53.72º37.72%89.41%-
XYZ62.2169.1135.65-
YUV212.9187.98138.76-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.71%
GREEN value IS 219 (85.94% from 255) = 37.18%
BLUE value IS 142 (55.86% from 255) = 24.11%
R=38.71%
G=37.18%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821914200.040.380.1153.7261.4372.55
HexE4DB8E0426B363d49
Octal3443332160446136675111
Binary111001001101101110001110010010011010111101101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DB8E; }

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

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

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

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

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

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

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

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