#E0E392

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

Shades of Primrose #E0E392

Tints of Primrose #E0E392

Color information

#E0E392 (or 0xE0E392) is unknown color: approx Primrose. HEX triplet: E0, E3 and 92. RGB value is (224,227,146). Sum of RGB (Red+Green+Blue) = 224+227+146=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 227 (89.06% from 255 or 38.02% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E392 is #1F1C6D. Grayscale: #D9D9D9. Windows color (decimal): -2038894 or 9626592. OLE color: 9626592.

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

Color convert

RGB224227146-
CMYK0.0100.360.11
HSL62.22º59.12%73.14%-
HSV(B)62.22º35.68%89.02%-
XYZ63.472.8637.92-
YUV216.8788.01133.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.52%
GREEN value IS 227 (89.06% from 255) = 38.02%
BLUE value IS 146 (57.42% from 255) = 24.46%
R=37.52%
G=38.02%
B=24.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242271460.0100.360.1162.2259.1273.14
HexE0E3921024B3e3b49
Octal3403432221044137673111
Binary1110000011100011100100101010010010111111101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E392; }

 p { color: rgb(224,227,146); }

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

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

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

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

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

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

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