#E3DE9B

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

Shades of Primrose #E3DE9B

Tints of Primrose #E3DE9B

Color information

#E3DE9B (or 0xE3DE9B) is unknown color: approx Primrose. HEX triplet: E3, DE and 9B. RGB value is (227,222,155). Sum of RGB (Red+Green+Blue) = 227+222+155=604 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.58% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 155 (60.94% from 255 or 25.66% from 604); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DE9B is #1C2164. Grayscale: #D8D8D8. Windows color (decimal): -1843557 or 10215139. OLE color: 10215139.

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

Color convert

RGB227222155-
CMYK00.020.320.11
HSL55.83º56.25%74.9%-
HSV(B)55.83º31.72%89.02%-
XYZ63.7270.9441.34-
YUV215.8693.66135.95-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.58%
GREEN value IS 222 (87.11% from 255) = 36.75%
BLUE value IS 155 (60.94% from 255) = 25.66%
R=37.58%
G=36.75%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722215500.020.320.1155.8356.2574.9
HexE3DE9B0220B38384b
Octal3433362330240137070113
Binary11100011110111101001101101010000010111110001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DE9B; }

 p { color: rgb(227,222,155); }

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

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

 a { background-color: rgb(227,222,155); }

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

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

 span { border-color: rgb(227,222,155); }

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