#E3DD96

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

Shades of Primrose #E3DD96

Tints of Primrose #E3DD96

Color information

#E3DD96 (or 0xE3DD96) is unknown color: approx Primrose. HEX triplet: E3, DD and 96. RGB value is (227,221,150). Sum of RGB (Red+Green+Blue) = 227+221+150=598 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.96% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DD96 is #1C2269. Grayscale: #D6D6D6. Windows color (decimal): -1843818 or 9887203. OLE color: 9887203.

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

Color convert

RGB227221150-
CMYK00.030.340.11
HSL55.32º57.89%73.92%-
HSV(B)55.32º33.92%89.02%-
XYZ63.0470.2539.09-
YUV214.791.49136.77-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.96%
GREEN value IS 221 (86.72% from 255) = 36.96%
BLUE value IS 150 (58.98% from 255) = 25.08%
R=37.96%
G=36.96%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722115000.030.340.1155.3257.8973.92
HexE3DD960322B373a4a
Octal3433352260342136772112
Binary11100011110111011001011001110001010111101111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DD96; }

 p { color: rgb(227,221,150); }

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

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

 a { background-color: rgb(227,221,150); }

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

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

 span { border-color: rgb(227,221,150); }

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