#E1E795

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

Shades of Primrose #E1E795

Tints of Primrose #E1E795

Color information

#E1E795 (or 0xE1E795) is unknown color: approx Primrose. HEX triplet: E1, E7 and 95. RGB value is (225,231,149). Sum of RGB (Red+Green+Blue) = 225+231+149=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 149 (58.59% from 255 or 24.63% from 605); Max value from RGB is 231 - color contains mainly: green. Hex color #E1E795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1E795 is #1E186A. Grayscale: #DCDCDC. Windows color (decimal): -1972331 or 9824225. OLE color: 9824225.

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

Color convert

RGB225231149-
CMYK0.0300.350.09
HSL64.39º63.08%74.51%-
HSV(B)64.39º35.5%90.59%-
XYZ65.0575.3339.55-
YUV219.8688.01131.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2252311490.0300.350.0964.3963.0874.51
HexE1E79530239403f4b
Octal34134722530431110077113
Binary111000011110011110010101110100011100110000001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E795; }

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

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

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

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

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

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

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

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