#E7E195

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

Shades of Primrose #E7E195

Tints of Primrose #E7E195

Color information

#E7E195 (or 0xE7E195) is unknown color: approx Primrose. HEX triplet: E7, E1 and 95. RGB value is (231,225,149). Sum of RGB (Red+Green+Blue) = 231+225+149=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 149 (58.59% from 255 or 24.63% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E195 is #181E6A. Grayscale: #DADADA. Windows color (decimal): -1580651 or 9822695. OLE color: 9822695.

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

Color convert

RGB231225149-
CMYK00.030.350.09
HSL55.61º63.08%74.51%-
HSV(B)55.61º35.5%90.59%-
XYZ65.3173.0139.08-
YUV218.1388.99137.18-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.18%
GREEN value IS 225 (88.28% from 255) = 37.19%
BLUE value IS 149 (58.59% from 255) = 24.63%
R=38.18%
G=37.19%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122514900.030.350.0955.6163.0874.51
HexE7E19503239383f4b
Octal3473412250343117077113
Binary11100111111000011001010101110001110011110001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E195; }

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

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

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

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

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

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

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

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