#E1E09B

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

Shades of Primrose #E1E09B

Tints of Primrose #E1E09B

Color information

#E1E09B (or 0xE1E09B) is unknown color: approx Primrose. HEX triplet: E1, E0 and 9B. RGB value is (225,224,155). Sum of RGB (Red+Green+Blue) = 225+224+155=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 155 (60.94% from 255 or 25.66% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E09B is #1E1F64. Grayscale: #D8D8D8. Windows color (decimal): -1974117 or 10215649. OLE color: 10215649.

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

Color convert

RGB225224155-
CMYK00.000.310.12
HSL59.14º53.85%74.51%-
HSV(B)59.14º31.11%88.24%-
XYZ63.6271.6941.49-
YUV216.4393.33134.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.25%
GREEN value IS 224 (87.89% from 255) = 37.09%
BLUE value IS 155 (60.94% from 255) = 25.66%
R=37.25%
G=37.09%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522415500.000.310.1259.1453.8574.51
HexE1E09B001FC3b364b
Octal3413402330037147366113
Binary111000011110000010011011001111111001110111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E09B; }

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

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

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

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

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

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

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

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