#E4E596

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

Shades of Primrose #E4E596

Tints of Primrose #E4E596

Color information

#E4E596 (or 0xE4E596) is unknown color: approx Primrose. HEX triplet: E4, E5 and 96. RGB value is (228,229,150). Sum of RGB (Red+Green+Blue) = 228+229+150=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 150 (58.98% from 255 or 24.71% from 607); Max value from RGB is 229 - color contains mainly: green. Hex color #E4E596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4E596 is #1B1A69. Grayscale: #DCDCDC. Windows color (decimal): -1776234 or 9889252. OLE color: 9889252.

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

Color convert

RGB228229150-
CMYK0.0000.340.10
HSL60.76º60.31%74.31%-
HSV(B)60.76º34.5%89.8%-
XYZ65.5274.7339.83-
YUV219.788.67133.92-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.56%
GREEN value IS 229 (89.84% from 255) = 37.73%
BLUE value IS 150 (58.98% from 255) = 24.71%
R=37.56%
G=37.73%
B=24.71%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2282291500.0000.340.1060.7660.3174.31
HexE4E5960022A3d3c4a
Octal3443452260042127574112
Binary1110010011100101100101100010001010101111011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E596; }

 p { color: rgb(228,229,150); }

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

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

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

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

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

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

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