#E7DE95

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

Shades of Primrose #E7DE95

Tints of Primrose #E7DE95

Color information

#E7DE95 (or 0xE7DE95) is unknown color: approx Primrose. HEX triplet: E7, DE and 95. RGB value is (231,222,149). Sum of RGB (Red+Green+Blue) = 231+222+149=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DE95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DE95 is #18216A. Grayscale: #D8D8D8. Windows color (decimal): -1581419 or 9821927. OLE color: 9821927.

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

Color convert

RGB231222149-
CMYK00.040.350.09
HSL53.41º63.08%74.51%-
HSV(B)53.41º35.5%90.59%-
XYZ64.571.438.82-
YUV216.3789.98138.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.37%
GREEN value IS 222 (87.11% from 255) = 36.88%
BLUE value IS 149 (58.59% from 255) = 24.75%
R=38.37%
G=36.88%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122214900.040.350.0953.4163.0874.51
HexE7DE9504239353f4b
Octal3473362250443116577113
Binary111001111101111010010101010010001110011101011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DE95; }

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

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

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

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

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

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

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

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