#E2DB86

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

Shades of Primrose #E2DB86

Tints of Primrose #E2DB86

Color information

#E2DB86 (or 0xE2DB86) is unknown color: approx Primrose. HEX triplet: E2, DB and 86. RGB value is (226,219,134). Sum of RGB (Red+Green+Blue) = 226+219+134=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 134 (52.73% from 255 or 23.14% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DB86 is #1D2479. Grayscale: #D3D3D3. Windows color (decimal): -1909882 or 8838114. OLE color: 8838114.

HSL color Cylindrical-coordinate representation of color #E2DB86: hue angle of 55.43º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E2DB86 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB226219134-
CMYK00.030.410.11
HSL55.43º61.33%70.59%-
HSV(B)55.43º40.71%88.63%-
XYZ6168.5532.57-
YUV211.484.32138.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.03%
GREEN value IS 219 (85.94% from 255) = 37.82%
BLUE value IS 134 (52.73% from 255) = 23.14%
R=39.03%
G=37.82%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621913400.030.410.1155.4361.3370.59
HexE2DB860329B373d47
Octal3423332060351136775107
Binary11100010110110111000011001110100110111101111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DB86; }

 p { color: rgb(226,219,134); }

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

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

 a { background-color: rgb(226,219,134); }

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

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

 span { border-color: rgb(226,219,134); }

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