#E8DC95

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

Shades of Primrose #E8DC95

Tints of Primrose #E8DC95

Color information

#E8DC95 (or 0xE8DC95) is unknown color: approx Primrose. HEX triplet: E8, DC and 95. RGB value is (232,220,149). Sum of RGB (Red+Green+Blue) = 232+220+149=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DC95 is #17236A. Grayscale: #D7D7D7. Windows color (decimal): -1516395 or 9821416. OLE color: 9821416.

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

Color convert

RGB232220149-
CMYK00.050.360.09
HSL51.33º64.34%74.71%-
HSV(B)51.33º35.78%90.98%-
XYZ64.370.5138.66-
YUV215.4990.48139.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.60%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 149 (58.59% from 255) = 24.79%
R=38.60%
G=36.61%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222014900.050.360.0951.3364.3474.71
HexE8DC950524933404b
Octal35033422505441163100113
Binary1110100011011100100101010101100100100111001110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DC95; }

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

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

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

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

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

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

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

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