#E3D988

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

Shades of Primrose #E3D988

Tints of Primrose #E3D988

Color information

#E3D988 (or 0xE3D988) is unknown color: approx Primrose. HEX triplet: E3, D9 and 88. RGB value is (227,217,136). Sum of RGB (Red+Green+Blue) = 227+217+136=580 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.14% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 136 (53.52% from 255 or 23.45% from 580); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D988 is #1C2677. Grayscale: #D3D3D3. Windows color (decimal): -1844856 or 8968675. OLE color: 8968675.

HSL color Cylindrical-coordinate representation of color #E3D988: hue angle of 53.41º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E3D988 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB227217136-
CMYK00.040.400.11
HSL53.41º61.9%71.18%-
HSV(B)53.41º40.09%89.02%-
XYZ60.9467.7333.15-
YUV210.7685.81139.59-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.14%
GREEN value IS 217 (85.16% from 255) = 37.41%
BLUE value IS 136 (53.52% from 255) = 23.45%
R=39.14%
G=37.41%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721713600.040.400.1153.4161.971.18
HexE3D9880428B353e47
Octal3433312100450136576107
Binary111000111101100110001000010010100010111101011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D988; }

 p { color: rgb(227,217,136); }

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

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

 a { background-color: rgb(227,217,136); }

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

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

 span { border-color: rgb(227,217,136); }

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