#E0D98D

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

Shades of Primrose #E0D98D

Tints of Primrose #E0D98D

Color information

#E0D98D (or 0xE0D98D) is unknown color: approx Primrose. HEX triplet: E0, D9 and 8D. RGB value is (224,217,141). Sum of RGB (Red+Green+Blue) = 224+217+141=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D98D is #1F2672. Grayscale: #D2D2D2. Windows color (decimal): -2041459 or 9296352. OLE color: 9296352.

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

Color convert

RGB224217141-
CMYK00.030.370.12
HSL54.94º57.24%71.57%-
HSV(B)54.94º37.05%87.84%-
XYZ60.3667.435.03-
YUV210.4388.82137.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.49%
GREEN value IS 217 (85.16% from 255) = 37.29%
BLUE value IS 141 (55.47% from 255) = 24.23%
R=38.49%
G=37.29%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421714100.030.370.1254.9457.2471.57
HexE0D98D0325C373948
Octal3403312150345146771110
Binary11100000110110011000110101110010111001101111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D98D; }

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

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

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

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

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

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

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

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