#E1E292

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

Shades of Primrose #E1E292

Tints of Primrose #E1E292

Color information

#E1E292 (or 0xE1E292) is unknown color: approx Primrose. HEX triplet: E1, E2 and 92. RGB value is (225,226,146). Sum of RGB (Red+Green+Blue) = 225+226+146=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E292 is #1E1D6D. Grayscale: #D8D8D8. Windows color (decimal): -1973614 or 9626337. OLE color: 9626337.

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

Color convert

RGB225226146-
CMYK0.0000.350.11
HSL60.75º57.97%72.94%-
HSV(B)60.75º35.4%88.63%-
XYZ63.4472.4837.84-
YUV216.5888.17134-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.69%
GREEN value IS 226 (88.67% from 255) = 37.86%
BLUE value IS 146 (57.42% from 255) = 24.46%
R=37.69%
G=37.86%
B=24.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2252261460.0000.350.1160.7557.9772.94
HexE1E2920023B3d3a49
Octal3413422220043137572111
Binary1110000111100010100100100010001110111111011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E292; }

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

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

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

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

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

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

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

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