#E2DE8E

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

Shades of Primrose #E2DE8E

Tints of Primrose #E2DE8E

Color information

#E2DE8E (or 0xE2DE8E) is unknown color: approx Primrose. HEX triplet: E2, DE and 8E. RGB value is (226,222,142). Sum of RGB (Red+Green+Blue) = 226+222+142=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DE8E is #1D2171. Grayscale: #D6D6D6. Windows color (decimal): -1909106 or 9363170. OLE color: 9363170.

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

Color convert

RGB226222142-
CMYK00.020.370.11
HSL57.14º59.15%72.16%-
HSV(B)57.14º37.17%88.63%-
XYZ62.3770.3635.89-
YUV214.0887.33136.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.31%
GREEN value IS 222 (87.11% from 255) = 37.63%
BLUE value IS 142 (55.86% from 255) = 24.07%
R=38.31%
G=37.63%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622214200.020.370.1157.1459.1572.16
HexE2DE8E0225B393b48
Octal3423362160245137173110
Binary11100010110111101000111001010010110111110011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DE8E; }

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

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

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

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

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

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

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

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