#E1E792

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

Shades of Primrose #E1E792

Tints of Primrose #E1E792

Color information

#E1E792 (or 0xE1E792) is unknown color: approx Primrose. HEX triplet: E1, E7 and 92. RGB value is (225,231,146). Sum of RGB (Red+Green+Blue) = 225+231+146=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 146 (57.42% from 255 or 24.25% from 602); Max value from RGB is 231 - color contains mainly: green. Hex color #E1E792 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1E792 is #1E186D. Grayscale: #DBDBDB. Windows color (decimal): -1972334 or 9627617. OLE color: 9627617.

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

Color convert

RGB225231146-
CMYK0.0300.370.09
HSL64.24º63.91%73.92%-
HSV(B)64.24º36.8%90.59%-
XYZ64.8275.2338.3-
YUV219.5286.51131.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.38%
GREEN value IS 231 (90.62% from 255) = 38.37%
BLUE value IS 146 (57.42% from 255) = 24.25%
R=37.38%
G=38.37%
B=24.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2252311460.0300.370.0964.2463.9173.92
HexE1E7923025940404a
Octal341347222304511100100112
Binary1110000111100111100100101101001011001100000010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E792; }

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

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

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

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

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

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

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

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