#E5E595

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

Shades of Primrose #E5E595

Tints of Primrose #E5E595

Color information

#E5E595 (or 0xE5E595) is unknown color: approx Primrose. HEX triplet: E5, E5 and 95. RGB value is (229,229,149). Sum of RGB (Red+Green+Blue) = 229+229+149=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 229 - color contains mainly: red, green. Hex color #E5E595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E595 is #1A1A6A. Grayscale: #DCDCDC. Windows color (decimal): -1710699 or 9823717. OLE color: 9823717.

HSL color Cylindrical-coordinate representation of color #E5E595: hue angle of 60º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5E595 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB229229149-
CMYK000.350.10
HSL60º60.61%74.12%-
HSV(B)60º34.93%89.8%-
XYZ65.7674.8739.42-
YUV219.8888134.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.73%
GREEN value IS 229 (89.84% from 255) = 37.73%
BLUE value IS 149 (58.59% from 255) = 24.55%
R=37.73%
G=37.73%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229229149000.350.106060.6174.12
HexE5E5950023A3c3d4a
Octal3453452250043127475112
Binary1110010111100101100101010010001110101111001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E595; }

 p { color: rgb(229,229,149); }

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

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

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

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

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

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

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