#E2DD98

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

Shades of Primrose #E2DD98

Tints of Primrose #E2DD98

Color information

#E2DD98 (or 0xE2DD98) is unknown color: approx Primrose. HEX triplet: E2, DD and 98. RGB value is (226,221,152). Sum of RGB (Red+Green+Blue) = 226+221+152=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 152 (59.77% from 255 or 25.38% from 599); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DD98 is #1D2267. Grayscale: #D6D6D6. Windows color (decimal): -1909352 or 10018274. OLE color: 10018274.

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

Color convert

RGB226221152-
CMYK00.020.330.11
HSL55.95º56.06%74.12%-
HSV(B)55.95º32.74%88.63%-
XYZ62.8970.1539.93-
YUV214.6392.66136.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.73%
GREEN value IS 221 (86.72% from 255) = 36.89%
BLUE value IS 152 (59.77% from 255) = 25.38%
R=37.73%
G=36.89%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622115200.020.330.1155.9556.0674.12
HexE2DD980221B38384a
Octal3423352300241137070112
Binary11100010110111011001100001010000110111110001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DD98; }

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

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

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

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

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

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

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

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