#E1E39A

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

Shades of Primrose #E1E39A

Tints of Primrose #E1E39A

Color information

#E1E39A (or 0xE1E39A) is unknown color: approx Primrose. HEX triplet: E1, E3 and 9A. RGB value is (225,227,154). Sum of RGB (Red+Green+Blue) = 225+227+154=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E39A is #1E1C65. Grayscale: #DADADA. Windows color (decimal): -1973350 or 10150881. OLE color: 10150881.

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

Color convert

RGB225227154-
CMYK0.0100.320.11
HSL61.64º56.59%74.71%-
HSV(B)61.64º32.16%89.02%-
XYZ64.3573.2841.32-
YUV218.0891.84132.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.13%
GREEN value IS 227 (89.06% from 255) = 37.46%
BLUE value IS 154 (60.55% from 255) = 25.41%
R=37.13%
G=37.46%
B=25.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2252271540.0100.320.1161.6456.5974.71
HexE1E39A1020B3e394b
Octal3413432321040137671113
Binary1110000111100011100110101010000010111111101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E39A; }

 p { color: rgb(225,227,154); }

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

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

 a { background-color: rgb(225,227,154); }

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

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

 span { border-color: rgb(225,227,154); }

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