#E2DE8A

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

Shades of Primrose #E2DE8A

Tints of Primrose #E2DE8A

Color information

#E2DE8A (or 0xE2DE8A) is unknown color: approx Primrose. HEX triplet: E2, DE and 8A. RGB value is (226,222,138). Sum of RGB (Red+Green+Blue) = 226+222+138=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DE8A is #1D2175. Grayscale: #D5D5D5. Windows color (decimal): -1909110 or 9101026. OLE color: 9101026.

HSL color Cylindrical-coordinate representation of color #E2DE8A: hue angle of 57.27º degrees, saturation: 0.6, 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 #E2DE8A is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB226222138-
CMYK00.020.390.11
HSL57.27º60.27%71.37%-
HSV(B)57.27º38.94%88.63%-
XYZ62.0770.2534.33-
YUV213.6285.33136.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.57%
GREEN value IS 222 (87.11% from 255) = 37.88%
BLUE value IS 138 (54.30% from 255) = 23.55%
R=38.57%
G=37.88%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622213800.020.390.1157.2760.2771.37
HexE2DE8A0227B393c47
Octal3423362120247137174107
Binary11100010110111101000101001010011110111110011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DE8A; }

 p { color: rgb(226,222,138); }

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

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

 a { background-color: rgb(226,222,138); }

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

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

 span { border-color: rgb(226,222,138); }

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