#E1DE92

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

Shades of Primrose #E1DE92

Tints of Primrose #E1DE92

Color information

#E1DE92 (or 0xE1DE92) is unknown color: approx Primrose. HEX triplet: E1, DE and 92. RGB value is (225,222,146). Sum of RGB (Red+Green+Blue) = 225+222+146=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 146 (57.42% from 255 or 24.62% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DE92 is #1E216D. Grayscale: #D6D6D6. Windows color (decimal): -1974638 or 9625313. OLE color: 9625313.

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

Color convert

RGB225222146-
CMYK00.010.350.12
HSL57.72º56.83%72.75%-
HSV(B)57.72º35.11%88.24%-
XYZ62.3670.3337.48-
YUV214.2389.49135.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.94%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 146 (57.42% from 255) = 24.62%
R=37.94%
G=37.44%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522214600.010.350.1257.7256.8372.75
HexE1DE920123C3a3949
Octal3413362220143147271111
Binary1110000111011110100100100110001111001110101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DE92; }

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

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

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

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

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

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

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

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