#E3DA8C

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

Shades of Primrose #E3DA8C

Tints of Primrose #E3DA8C

Color information

#E3DA8C (or 0xE3DA8C) is unknown color: approx Primrose. HEX triplet: E3, DA and 8C. RGB value is (227,218,140). Sum of RGB (Red+Green+Blue) = 227+218+140=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 140 (55.08% from 255 or 23.93% from 585); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DA8C is #1C2573. Grayscale: #D4D4D4. Windows color (decimal): -1844596 or 9231075. OLE color: 9231075.

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

Color convert

RGB227218140-
CMYK00.040.380.11
HSL53.79º60.84%71.96%-
HSV(B)53.79º38.33%89.02%-
XYZ61.4868.3734.77-
YUV211.887.48138.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.80%
GREEN value IS 218 (85.55% from 255) = 37.26%
BLUE value IS 140 (55.08% from 255) = 23.93%
R=38.80%
G=37.26%
B=23.93%

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
Decimal22721814000.040.380.1153.7960.8471.96
HexE3DA8C0426B363d48
Octal3433322140446136675110
Binary111000111101101010001100010010011010111101101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DA8C; }

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

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

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

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

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

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

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

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