#E7DB9A

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

Shades of Primrose #E7DB9A

Tints of Primrose #E7DB9A

Color information

#E7DB9A (or 0xE7DB9A) is unknown color: approx Primrose. HEX triplet: E7, DB and 9A. RGB value is (231,219,154). Sum of RGB (Red+Green+Blue) = 231+219+154=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DB9A is #182465. Grayscale: #D7D7D7. Windows color (decimal): -1582182 or 10148839. OLE color: 10148839.

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

Color convert

RGB231219154-
CMYK00.050.330.09
HSL50.65º61.6%75.49%-
HSV(B)50.65º33.33%90.59%-
XYZ64.1269.9940.7-
YUV215.1893.48139.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.25%
GREEN value IS 219 (85.94% from 255) = 36.26%
BLUE value IS 154 (60.55% from 255) = 25.50%
R=38.25%
G=36.26%
B=25.50%

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
Decimal23121915400.050.330.0950.6561.675.49
HexE7DB9A05219333e4b
Octal3473332320541116376113
Binary111001111101101110011010010110000110011100111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DB9A; }

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

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

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

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

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

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

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

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