#E7E194

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

Shades of Primrose #E7E194

Tints of Primrose #E7E194

Color information

#E7E194 (or 0xE7E194) is unknown color: approx Primrose. HEX triplet: E7, E1 and 94. RGB value is (231,225,148). Sum of RGB (Red+Green+Blue) = 231+225+148=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 148 (58.20% from 255 or 24.50% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E194 is #181E6B. Grayscale: #DADADA. Windows color (decimal): -1580652 or 9757159. OLE color: 9757159.

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

Color convert

RGB231225148-
CMYK00.030.360.09
HSL55.66º63.36%74.31%-
HSV(B)55.66º35.93%90.59%-
XYZ65.2372.9838.67-
YUV218.0288.49137.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.25%
GREEN value IS 225 (88.28% from 255) = 37.25%
BLUE value IS 148 (58.20% from 255) = 24.50%
R=38.25%
G=37.25%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122514800.030.360.0955.6663.3674.31
HexE7E19403249383f4a
Octal3473412240344117077112
Binary11100111111000011001010001110010010011110001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E194; }

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

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

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

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

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

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

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

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