#E3D795

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

Shades of Primrose #E3D795

Tints of Primrose #E3D795

Color information

#E3D795 (or 0xE3D795) is unknown color: approx Primrose. HEX triplet: E3, D7 and 95. RGB value is (227,215,149). Sum of RGB (Red+Green+Blue) = 227+215+149=591 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.41% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D795 is #1C286A. Grayscale: #D3D3D3. Windows color (decimal): -1845355 or 9820131. OLE color: 9820131.

HSL color Cylindrical-coordinate representation of color #E3D795: hue angle of 50.77º 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 #E3D795 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB227215149-
CMYK00.050.340.11
HSL50.77º58.21%73.73%-
HSV(B)50.77º34.36%89.02%-
XYZ61.467.138.15-
YUV211.0692.98139.37-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.41%
GREEN value IS 215 (84.38% from 255) = 36.38%
BLUE value IS 149 (58.59% from 255) = 25.21%
R=38.41%
G=36.38%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721514900.050.340.1150.7758.2173.73
HexE3D7950522B333a4a
Octal3433272250542136372112
Binary111000111101011110010101010110001010111100111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D795; }

 p { color: rgb(227,215,149); }

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

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

 a { background-color: rgb(227,215,149); }

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

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

 span { border-color: rgb(227,215,149); }

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