#E1DE81

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

Shades of Primrose #E1DE81

Tints of Primrose #E1DE81

Color information

#E1DE81 (or 0xE1DE81) is unknown color: approx Primrose. HEX triplet: E1, DE and 81. RGB value is (225,222,129). Sum of RGB (Red+Green+Blue) = 225+222+129=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 129 (50.78% from 255 or 22.40% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DE81 is #1E217E. Grayscale: #D4D4D4. Windows color (decimal): -1974655 or 8511201. OLE color: 8511201.

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

Color convert

RGB225222129-
CMYK00.010.430.12
HSL58.12º61.54%69.41%-
HSV(B)58.12º42.67%88.24%-
XYZ61.1469.8431.03-
YUV212.380.99137.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.06%
GREEN value IS 222 (87.11% from 255) = 38.54%
BLUE value IS 129 (50.78% from 255) = 22.40%
R=39.06%
G=38.54%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522212900.010.430.1258.1261.5469.41
HexE1DE81012BC3a3e45
Octal3413362010153147276105
Binary1110000111011110100000010110101111001110101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DE81; }

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

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

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

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

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

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

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

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