#E8DC93

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

Shades of Primrose #E8DC93

Tints of Primrose #E8DC93

Color information

#E8DC93 (or 0xE8DC93) is unknown color: approx Primrose. HEX triplet: E8, DC and 93. RGB value is (232,220,147). Sum of RGB (Red+Green+Blue) = 232+220+147=599 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.73% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DC93 is #17236C. Grayscale: #D7D7D7. Windows color (decimal): -1516397 or 9690344. OLE color: 9690344.

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

Color convert

RGB232220147-
CMYK00.050.370.09
HSL51.53º64.89%74.31%-
HSV(B)51.53º36.64%90.98%-
XYZ64.1470.4537.82-
YUV215.2789.48139.94-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.73%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 147 (57.81% from 255) = 24.54%
R=38.73%
G=36.73%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222014700.050.370.0951.5364.8974.31
HexE8DC930525934414a
Octal35033422305451164101112
Binary1110100011011100100100110101100101100111010010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DC93; }

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

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

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

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

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

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

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

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