#E0D98B

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

Shades of Primrose #E0D98B

Tints of Primrose #E0D98B

Color information

#E0D98B (or 0xE0D98B) is unknown color: approx Primrose. HEX triplet: E0, D9 and 8B. RGB value is (224,217,139). Sum of RGB (Red+Green+Blue) = 224+217+139=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 139 (54.69% from 255 or 23.97% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D98B is #1F2674. Grayscale: #D2D2D2. Windows color (decimal): -2041461 or 9165280. OLE color: 9165280.

HSL color Cylindrical-coordinate representation of color #E0D98B: hue angle of 55.06º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0D98B is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224217139-
CMYK00.030.380.12
HSL55.06º57.82%71.18%-
HSV(B)55.06º37.95%87.84%-
XYZ60.2167.3434.25-
YUV210.287.82137.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.62%
GREEN value IS 217 (85.16% from 255) = 37.41%
BLUE value IS 139 (54.69% from 255) = 23.97%
R=38.62%
G=37.41%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421713900.030.380.1255.0657.8271.18
HexE0D98B0326C373a47
Octal3403312130346146772107
Binary11100000110110011000101101110011011001101111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D98B; }

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

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

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

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

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

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

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

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