#E1DA86

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

Shades of Primrose #E1DA86

Tints of Primrose #E1DA86

Color information

#E1DA86 (or 0xE1DA86) is unknown color: approx Primrose. HEX triplet: E1, DA and 86. RGB value is (225,218,134). Sum of RGB (Red+Green+Blue) = 225+218+134=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 134 (52.73% from 255 or 23.22% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DA86 is #1E2579. Grayscale: #D2D2D2. Windows color (decimal): -1975674 or 8837857. OLE color: 8837857.

HSL color Cylindrical-coordinate representation of color #E1DA86: hue angle of 55.38º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1DA86 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB225218134-
CMYK00.030.400.12
HSL55.38º60.26%70.39%-
HSV(B)55.38º40.44%88.24%-
XYZ60.4367.8732.47-
YUV210.5284.82138.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.99%
GREEN value IS 218 (85.55% from 255) = 37.78%
BLUE value IS 134 (52.73% from 255) = 23.22%
R=38.99%
G=37.78%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521813400.030.400.1255.3860.2670.39
HexE1DA860328C373c46
Octal3413322060350146774106
Binary11100001110110101000011001110100011001101111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DA86; }

 p { color: rgb(225,218,134); }

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

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

 a { background-color: rgb(225,218,134); }

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

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

 span { border-color: rgb(225,218,134); }

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