#e3da8d

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

Shades of Primrose #E3DA8D

Tints of Primrose #E3DA8D

Color information

#E3DA8D (or 0xE3DA8D) is unknown color: approx Primrose. HEX triplet: E3, DA and 8D. RGB value is (227,218,141). Sum of RGB (Red+Green+Blue) = 227+218+141=586 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.74% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DA8D is #1C2572. Grayscale: #D4D4D4. Windows color (decimal): -1844595 or 9296611. OLE color: 9296611.

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

Color convert

RGB227218141-
CMYK00.040.380.11
HSL53.72º60.56%72.16%-
HSV(B)53.72º37.89%89.02%-
XYZ61.5668.435.16-
YUV211.9187.98138.76-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.74%
GREEN value IS 218 (85.55% from 255) = 37.20%
BLUE value IS 141 (55.47% from 255) = 24.06%
R=38.74%
G=37.20%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721814100.040.380.1153.7260.5672.16
HexE3DA8D0426B363d48
Octal3433322150446136675110
Binary111000111101101010001101010010011010111101101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3da8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3da8d; }

 p { color: rgb(227,218,141); }

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

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

 a { background-color: rgb(227,218,141); }

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

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

 span { border-color: rgb(227,218,141); }

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