#E1E090

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

Shades of Primrose #E1E090

Tints of Primrose #E1E090

Color information

#E1E090 (or 0xE1E090) is unknown color: approx Primrose. HEX triplet: E1, E0 and 90. RGB value is (225,224,144). Sum of RGB (Red+Green+Blue) = 225+224+144=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E090 is #1E1F6F. Grayscale: #D7D7D7. Windows color (decimal): -1974128 or 9494753. OLE color: 9494753.

HSL color Cylindrical-coordinate representation of color #E1E090: hue angle of 59.26º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1E090 is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB225224144-
CMYK00.000.360.12
HSL59.26º57.45%72.35%-
HSV(B)59.26º36%88.24%-
XYZ62.7471.3336.85-
YUV215.1887.83135-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.94%
GREEN value IS 224 (87.89% from 255) = 37.77%
BLUE value IS 144 (56.64% from 255) = 24.28%
R=37.94%
G=37.77%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522414400.000.360.1259.2657.4572.35
HexE1E0900024C3b3948
Octal3413402200044147371110
Binary1110000111100000100100000010010011001110111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E090; }

 p { color: rgb(225,224,144); }

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

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

 a { background-color: rgb(225,224,144); }

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

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

 span { border-color: rgb(225,224,144); }

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