#E2DA89

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

Shades of Primrose #E2DA89

Tints of Primrose #E2DA89

Color information

#E2DA89 (or 0xE2DA89) is unknown color: approx Primrose. HEX triplet: E2, DA and 89. RGB value is (226,218,137). Sum of RGB (Red+Green+Blue) = 226+218+137=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 137 (53.91% from 255 or 23.58% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DA89 is #1D2576. Grayscale: #D3D3D3. Windows color (decimal): -1910135 or 9034466. OLE color: 9034466.

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

Color convert

RGB226218137-
CMYK00.040.390.11
HSL54.61º60.54%71.18%-
HSV(B)54.61º39.38%88.63%-
XYZ60.9568.1233.6-
YUV211.1686.15138.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 218 (85.55% from 255) = 37.52%
BLUE value IS 137 (53.91% from 255) = 23.58%
R=38.90%
G=37.52%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621813700.040.390.1154.6160.5471.18
HexE2DA890427B373d47
Octal3423322110447136775107
Binary111000101101101010001001010010011110111101111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DA89; }

 p { color: rgb(226,218,137); }

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

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

 a { background-color: rgb(226,218,137); }

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

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

 span { border-color: rgb(226,218,137); }

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