#E3E095

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

Shades of Primrose #E3E095

Tints of Primrose #E3E095

Color information

#E3E095 (or 0xE3E095) is unknown color: approx Primrose. HEX triplet: E3, E0 and 95. RGB value is (227,224,149). Sum of RGB (Red+Green+Blue) = 227+224+149=600 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.83% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3E095 is #1C1F6A. Grayscale: #D8D8D8. Windows color (decimal): -1843051 or 9822435. OLE color: 9822435.

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

Color convert

RGB227224149-
CMYK00.010.340.11
HSL57.69º58.21%73.73%-
HSV(B)57.69º34.36%89.02%-
XYZ63.7671.8138.93-
YUV216.3589.99135.6-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.83%
GREEN value IS 224 (87.89% from 255) = 37.33%
BLUE value IS 149 (58.59% from 255) = 24.83%
R=37.83%
G=37.33%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722414900.010.340.1157.6958.2173.73
HexE3E0950122B3a3a4a
Octal3433402250142137272112
Binary1110001111100000100101010110001010111110101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3E095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3E095; }

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

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

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

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

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

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

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

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