#E1E08C

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

Shades of Primrose #E1E08C

Tints of Primrose #E1E08C

Color information

#E1E08C (or 0xE1E08C) is unknown color: approx Primrose. HEX triplet: E1, E0 and 8C. RGB value is (225,224,140). Sum of RGB (Red+Green+Blue) = 225+224+140=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E08C is #1E1F73. Grayscale: #D7D7D7. Windows color (decimal): -1974132 or 9232609. OLE color: 9232609.

HSL color Cylindrical-coordinate representation of color #E1E08C: hue angle of 59.29º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1E08C is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB225224140-
CMYK00.000.380.12
HSL59.29º58.62%71.57%-
HSV(B)59.29º37.78%88.24%-
XYZ62.4471.2135.27-
YUV214.7285.83135.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.20%
GREEN value IS 224 (87.89% from 255) = 38.03%
BLUE value IS 140 (55.08% from 255) = 23.77%
R=38.20%
G=38.03%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522414000.000.380.1259.2958.6271.57
HexE1E08C0026C3b3b48
Octal3413402140046147373110
Binary1110000111100000100011000010011011001110111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E08C; }

 p { color: rgb(225,224,140); }

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

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

 a { background-color: rgb(225,224,140); }

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

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

 span { border-color: rgb(225,224,140); }

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