#E1E295

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

Shades of Primrose #E1E295

Tints of Primrose #E1E295

Color information

#E1E295 (or 0xE1E295) is unknown color: approx Primrose. HEX triplet: E1, E2 and 95. RGB value is (225,226,149). Sum of RGB (Red+Green+Blue) = 225+226+149=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E295 is #1E1D6A. Grayscale: #D9D9D9. Windows color (decimal): -1973611 or 9822945. OLE color: 9822945.

HSL color Cylindrical-coordinate representation of color #E1E295: hue angle of 60.78º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1E295 is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB225226149-
CMYK0.0000.340.11
HSL60.78º57.04%73.53%-
HSV(B)60.78º34.07%88.63%-
XYZ63.6772.5739.09-
YUV216.9289.67133.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.5%
GREEN value IS 226 (88.67% from 255) = 37.67%
BLUE value IS 149 (58.59% from 255) = 24.83%
R=37.5%
G=37.67%
B=24.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2252261490.0000.340.1160.7857.0473.53
HexE1E2950022B3d394a
Octal3413422250042137571112
Binary1110000111100010100101010010001010111111011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E295; }

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

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

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

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

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

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

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

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