#E3D98B

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

Shades of Primrose #E3D98B

Tints of Primrose #E3D98B

Color information

#E3D98B (or 0xE3D98B) is unknown color: approx Primrose. HEX triplet: E3, D9 and 8B. RGB value is (227,217,139). Sum of RGB (Red+Green+Blue) = 227+217+139=583 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.94% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D98B is #1C2674. Grayscale: #D3D3D3. Windows color (decimal): -1844853 or 9165283. OLE color: 9165283.

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

Color convert

RGB227217139-
CMYK00.040.390.11
HSL53.18º61.11%71.76%-
HSV(B)53.18º38.77%89.02%-
XYZ61.1567.8234.29-
YUV211.187.31139.34-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.94%
GREEN value IS 217 (85.16% from 255) = 37.22%
BLUE value IS 139 (54.69% from 255) = 23.84%
R=38.94%
G=37.22%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721713900.040.390.1153.1861.1171.76
HexE3D98B0427B353d48
Octal3433312130447136575110
Binary111000111101100110001011010010011110111101011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D98B; }

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

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

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

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

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

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

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

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