#E8DB91

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

Shades of Primrose #E8DB91

Tints of Primrose #E8DB91

Color information

#E8DB91 (or 0xE8DB91) is unknown color: approx Primrose. HEX triplet: E8, DB and 91. RGB value is (232,219,145). Sum of RGB (Red+Green+Blue) = 232+219+145=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 145 (57.03% from 255 or 24.33% from 596); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DB91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DB91 is #17246E. Grayscale: #D6D6D6. Windows color (decimal): -1516655 or 9559016. OLE color: 9559016.

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

Color convert

RGB232219145-
CMYK00.060.380.09
HSL51.03º65.41%73.92%-
HSV(B)51.03º37.5%90.98%-
XYZ63.7269.8636.91-
YUV214.4588.81140.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.93%
GREEN value IS 219 (85.94% from 255) = 36.74%
BLUE value IS 145 (57.03% from 255) = 24.33%
R=38.93%
G=36.74%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221914500.060.380.0951.0365.4173.92
HexE8DB910626933414a
Octal35033322106461163101112
Binary1110100011011011100100010110100110100111001110000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DB91; }

 p { color: rgb(232,219,145); }

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

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

 a { background-color: rgb(232,219,145); }

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

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

 span { border-color: rgb(232,219,145); }

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