#E9DA95

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

Shades of Primrose #E9DA95

Tints of Primrose #E9DA95

Color information

#E9DA95 (or 0xE9DA95) is unknown color: approx Primrose. HEX triplet: E9, DA and 95. RGB value is (233,218,149). Sum of RGB (Red+Green+Blue) = 233+218+149=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DA95 is #16256A. Grayscale: #D6D6D6. Windows color (decimal): -1451371 or 9820905. OLE color: 9820905.

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

Color convert

RGB233218149-
CMYK00.060.360.09
HSL49.29º65.62%74.9%-
HSV(B)49.29º36.05%91.37%-
XYZ64.169.6438.5-
YUV214.6290.97141.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.83%
GREEN value IS 218 (85.55% from 255) = 36.33%
BLUE value IS 149 (58.59% from 255) = 24.83%
R=38.83%
G=36.33%
B=24.83%

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
Decimal23321814900.060.360.0949.2965.6274.9
HexE9DA950624931424b
Octal35133222506441161102113
Binary1110100111011010100101010110100100100111000110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DA95; }

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

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

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

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

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

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

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

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