#E2DF82

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

Shades of Primrose #E2DF82

Tints of Primrose #E2DF82

Color information

#E2DF82 (or 0xE2DF82) is unknown color: approx Primrose. HEX triplet: E2, DF and 82. RGB value is (226,223,130). Sum of RGB (Red+Green+Blue) = 226+223+130=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 130 (51.17% from 255 or 22.45% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DF82 is #1D207D. Grayscale: #D5D5D5. Windows color (decimal): -1908862 or 8576994. OLE color: 8576994.

HSL color Cylindrical-coordinate representation of color #E2DF82: hue angle of 58.12º 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 #E2DF82 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB226223130-
CMYK00.010.420.11
HSL58.12º62.34%69.8%-
HSV(B)58.12º42.48%88.63%-
XYZ61.7870.5631.48-
YUV213.2980.99137.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.03%
GREEN value IS 223 (87.5% from 255) = 38.51%
BLUE value IS 130 (51.17% from 255) = 22.45%
R=39.03%
G=38.51%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622313000.010.420.1158.1262.3469.8
HexE2DF82012AB3a3e46
Octal3423372020152137276106
Binary1110001011011111100000100110101010111110101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DF82; }

 p { color: rgb(226,223,130); }

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

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

 a { background-color: rgb(226,223,130); }

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

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

 span { border-color: rgb(226,223,130); }

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