#E0E090

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

Shades of Primrose #E0E090

Tints of Primrose #E0E090

Color information

#E0E090 (or 0xE0E090) is unknown color: approx Primrose. HEX triplet: E0, E0 and 90. RGB value is (224,224,144). Sum of RGB (Red+Green+Blue) = 224+224+144=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 144 (56.64% from 255 or 24.32% from 592); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E090 is #1F1F6F. Grayscale: #D7D7D7. Windows color (decimal): -2039664 or 9494752. OLE color: 9494752.

HSL color Cylindrical-coordinate representation of color #E0E090: hue angle of 60º degrees, saturation: 0.56, 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 #E0E090 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB224224144-
CMYK000.360.12
HSL60º56.34%72.16%-
HSV(B)60º35.71%87.84%-
XYZ62.4371.1736.83-
YUV214.8888134.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.84%
GREEN value IS 224 (87.89% from 255) = 37.84%
BLUE value IS 144 (56.64% from 255) = 24.32%
R=37.84%
G=37.84%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224224144000.360.126056.3472.16
HexE0E0900024C3c3848
Octal3403402200044147470110
Binary1110000011100000100100000010010011001111001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E090; }

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

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

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

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

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

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

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

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