#E1E08D

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

Shades of Primrose #E1E08D

Tints of Primrose #E1E08D

Color information

#E1E08D (or 0xE1E08D) is unknown color: approx Primrose. HEX triplet: E1, E0 and 8D. RGB value is (225,224,141). Sum of RGB (Red+Green+Blue) = 225+224+141=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E08D is #1E1F72. Grayscale: #D7D7D7. Windows color (decimal): -1974131 or 9298145. OLE color: 9298145.

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

Color convert

RGB225224141-
CMYK00.000.370.12
HSL59.29º58.33%71.76%-
HSV(B)59.29º37.33%88.24%-
XYZ62.5171.2435.66-
YUV214.8486.33135.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.14%
GREEN value IS 224 (87.89% from 255) = 37.97%
BLUE value IS 141 (55.47% from 255) = 23.90%
R=38.14%
G=37.97%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522414100.000.370.1259.2958.3371.76
HexE1E08D0025C3b3a48
Octal3413402150045147372110
Binary1110000111100000100011010010010111001110111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E08D; }

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

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

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

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

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

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

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

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