#E4E295

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

Shades of Primrose #E4E295

Tints of Primrose #E4E295

Color information

#E4E295 (or 0xE4E295) is unknown color: approx Primrose. HEX triplet: E4, E2 and 95. RGB value is (228,226,149). Sum of RGB (Red+Green+Blue) = 228+226+149=603 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.81% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 149 (58.59% from 255 or 24.71% from 603); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4E295 is #1B1D6A. Grayscale: #DADADA. Windows color (decimal): -1777003 or 9822948. OLE color: 9822948.

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

Color convert

RGB228226149-
CMYK00.010.350.11
HSL58.48º59.4%73.92%-
HSV(B)58.48º34.65%89.41%-
XYZ64.6273.0639.13-
YUV217.8289.16135.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.81%
GREEN value IS 226 (88.67% from 255) = 37.48%
BLUE value IS 149 (58.59% from 255) = 24.71%
R=37.81%
G=37.48%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822614900.010.350.1158.4859.473.92
HexE4E2950123B3a3b4a
Octal3443422250143137273112
Binary1110010011100010100101010110001110111110101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E295; }

 p { color: rgb(228,226,149); }

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

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

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

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

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

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

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