#E8DA95

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

Shades of Primrose #E8DA95

Tints of Primrose #E8DA95

Color information

#E8DA95 (or 0xE8DA95) is unknown color: approx Primrose. HEX triplet: E8, DA and 95. RGB value is (232,218,149). Sum of RGB (Red+Green+Blue) = 232+218+149=599 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.73% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DA95 is #17256A. Grayscale: #D6D6D6. Windows color (decimal): -1516907 or 9820904. OLE color: 9820904.

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

Color convert

RGB232218149-
CMYK00.060.360.09
HSL49.88º64.34%74.71%-
HSV(B)49.88º35.78%90.98%-
XYZ63.7769.4738.48-
YUV214.3291.14140.61-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.73%
GREEN value IS 218 (85.55% from 255) = 36.39%
BLUE value IS 149 (58.59% from 255) = 24.87%
R=38.73%
G=36.39%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221814900.060.360.0949.8864.3474.71
HexE8DA950624932404b
Octal35033222506441162100113
Binary1110100011011010100101010110100100100111001010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DA95; }

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

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

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

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

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

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

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

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