#E0E195

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

Shades of Primrose #E0E195

Tints of Primrose #E0E195

Color information

#E0E195 (or 0xE0E195) is unknown color: approx Primrose. HEX triplet: E0, E1 and 95. RGB value is (224,225,149). Sum of RGB (Red+Green+Blue) = 224+225+149=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E195 is #1F1E6A. Grayscale: #D8D8D8. Windows color (decimal): -2039403 or 9822688. OLE color: 9822688.

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

Color convert

RGB224225149-
CMYK0.0000.340.12
HSL60.79º55.88%73.33%-
HSV(B)60.79º33.78%88.24%-
XYZ63.0971.8738.98-
YUV216.0490.17133.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.46%
GREEN value IS 225 (88.28% from 255) = 37.63%
BLUE value IS 149 (58.59% from 255) = 24.92%
R=37.46%
G=37.63%
B=24.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242251490.0000.340.1260.7955.8873.33
HexE0E1950022C3d3849
Octal3403412250042147570111
Binary1110000011100001100101010010001011001111011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E195; }

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

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

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

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

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

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

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

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