#E7DA95

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

Shades of Primrose #E7DA95

Tints of Primrose #E7DA95

Color information

#E7DA95 (or 0xE7DA95) is unknown color: approx Primrose. HEX triplet: E7, DA and 95. RGB value is (231,218,149). Sum of RGB (Red+Green+Blue) = 231+218+149=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DA95 is #18256A. Grayscale: #D6D6D6. Windows color (decimal): -1582443 or 9820903. OLE color: 9820903.

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

Color convert

RGB231218149-
CMYK00.060.350.09
HSL50.49º63.08%74.51%-
HSV(B)50.49º35.5%90.59%-
XYZ63.4569.338.47-
YUV214.0291.31140.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.63%
GREEN value IS 218 (85.55% from 255) = 36.45%
BLUE value IS 149 (58.59% from 255) = 24.92%
R=38.63%
G=36.45%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121814900.060.350.0950.4963.0874.51
HexE7DA9506239323f4b
Octal3473322250643116277113
Binary111001111101101010010101011010001110011100101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DA95; }

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

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

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

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

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

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

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

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