#E7DB8D

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

Shades of Primrose #E7DB8D

Tints of Primrose #E7DB8D

Color information

#E7DB8D (or 0xE7DB8D) is unknown color: approx Primrose. HEX triplet: E7, DB and 8D. RGB value is (231,219,141). Sum of RGB (Red+Green+Blue) = 231+219+141=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DB8D is #182472. Grayscale: #D6D6D6. Windows color (decimal): -1582195 or 9296871. OLE color: 9296871.

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

Color convert

RGB231219141-
CMYK00.050.390.09
HSL52º65.22%72.94%-
HSV(B)52º38.96%90.59%-
XYZ63.0969.5835.3-
YUV213.786.98140.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.09%
GREEN value IS 219 (85.94% from 255) = 37.06%
BLUE value IS 141 (55.47% from 255) = 23.86%
R=39.09%
G=37.06%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121914100.050.390.095265.2272.94
HexE7DB8D05279344149
Octal34733321505471164101111
Binary1110011111011011100011010101100111100111010010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DB8D; }

 p { color: rgb(231,219,141); }

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

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

 a { background-color: rgb(231,219,141); }

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

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

 span { border-color: rgb(231,219,141); }

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