#E0D98E

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

Shades of Primrose #E0D98E

Tints of Primrose #E0D98E

Color information

#E0D98E (or 0xE0D98E) is unknown color: approx Primrose. HEX triplet: E0, D9 and 8E. RGB value is (224,217,142). Sum of RGB (Red+Green+Blue) = 224+217+142=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 142 (55.86% from 255 or 24.36% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D98E is #1F2671. Grayscale: #D2D2D2. Windows color (decimal): -2041458 or 9361888. OLE color: 9361888.

HSL color Cylindrical-coordinate representation of color #E0D98E: hue angle of 54.88º 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 #E0D98E is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB224217142-
CMYK00.030.370.12
HSL54.88º56.94%71.76%-
HSV(B)54.88º36.61%87.84%-
XYZ60.4467.4335.42-
YUV210.5489.32137.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.42%
GREEN value IS 217 (85.16% from 255) = 37.22%
BLUE value IS 142 (55.86% from 255) = 24.36%
R=38.42%
G=37.22%
B=24.36%

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
Decimal22421714200.030.370.1254.8856.9471.76
HexE0D98E0325C373948
Octal3403312160345146771110
Binary11100000110110011000111001110010111001101111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D98E; }

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

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

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

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

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

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

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

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