#E1DE8B

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

Shades of Primrose #E1DE8B

Tints of Primrose #E1DE8B

Color information

#E1DE8B (or 0xE1DE8B) is unknown color: approx Primrose. HEX triplet: E1, DE and 8B. RGB value is (225,222,139). Sum of RGB (Red+Green+Blue) = 225+222+139=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 139 (54.69% from 255 or 23.72% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DE8B is #1E2174. Grayscale: #D5D5D5. Windows color (decimal): -1974645 or 9166561. OLE color: 9166561.

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

Color convert

RGB225222139-
CMYK00.010.380.12
HSL57.91º58.9%71.37%-
HSV(B)57.91º38.22%88.24%-
XYZ61.8370.1134.7-
YUV213.4485.99136.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.40%
GREEN value IS 222 (87.11% from 255) = 37.88%
BLUE value IS 139 (54.69% from 255) = 23.72%
R=38.40%
G=37.88%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522213900.010.380.1257.9158.971.37
HexE1DE8B0126C3a3b47
Octal3413362130146147273107
Binary1110000111011110100010110110011011001110101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DE8B; }

 p { color: rgb(225,222,139); }

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

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

 a { background-color: rgb(225,222,139); }

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

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

 span { border-color: rgb(225,222,139); }

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