#E8DC91

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

Shades of Primrose #E8DC91

Tints of Primrose #E8DC91

Color information

#E8DC91 (or 0xE8DC91) is unknown color: approx Primrose. HEX triplet: E8, DC and 91. RGB value is (232,220,145). Sum of RGB (Red+Green+Blue) = 232+220+145=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 145 (57.03% from 255 or 24.29% from 597); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DC91 is #17236E. Grayscale: #D7D7D7. Windows color (decimal): -1516399 or 9559272. OLE color: 9559272.

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

Color convert

RGB232220145-
CMYK00.050.380.09
HSL51.72º65.41%73.92%-
HSV(B)51.72º37.5%90.98%-
XYZ63.9870.3937-
YUV215.0488.48140.1-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.86%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 145 (57.03% from 255) = 24.29%
R=38.86%
G=36.85%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222014500.050.380.0951.7265.4173.92
HexE8DC910526934414a
Octal35033422105461164101112
Binary1110100011011100100100010101100110100111010010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DC91; }

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

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

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

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

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

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

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

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