#E2DD84

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

Shades of Primrose #E2DD84

Tints of Primrose #E2DD84

Color information

#E2DD84 (or 0xE2DD84) is unknown color: approx Primrose. HEX triplet: E2, DD and 84. RGB value is (226,221,132). Sum of RGB (Red+Green+Blue) = 226+221+132=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DD84 is #1D227B. Grayscale: #D4D4D4. Windows color (decimal): -1909372 or 8707554. OLE color: 8707554.

HSL color Cylindrical-coordinate representation of color #E2DD84: hue angle of 56.81º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E2DD84 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB226221132-
CMYK00.020.420.11
HSL56.81º61.84%70.2%-
HSV(B)56.81º41.59%88.63%-
XYZ61.3969.5532.02-
YUV212.3582.66137.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.03%
GREEN value IS 221 (86.72% from 255) = 38.17%
BLUE value IS 132 (51.95% from 255) = 22.80%
R=39.03%
G=38.17%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622113200.020.420.1156.8161.8470.2
HexE2DD84022AB393e46
Octal3423352040252137176106
Binary11100010110111011000010001010101010111110011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DD84; }

 p { color: rgb(226,221,132); }

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

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

 a { background-color: rgb(226,221,132); }

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

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

 span { border-color: rgb(226,221,132); }

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