#E0DC94

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

Shades of Primrose #E0DC94

Tints of Primrose #E0DC94

Color information

#E0DC94 (or 0xE0DC94) is unknown color: approx Primrose. HEX triplet: E0, DC and 94. RGB value is (224,220,148). Sum of RGB (Red+Green+Blue) = 224+220+148=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DC94 is #1F236B. Grayscale: #D5D5D5. Windows color (decimal): -2040684 or 9755872. OLE color: 9755872.

HSL color Cylindrical-coordinate representation of color #E0DC94: hue angle of 56.84º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0DC94 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB224220148-
CMYK00.020.340.12
HSL56.84º55.07%72.94%-
HSV(B)56.84º33.93%87.84%-
XYZ61.6869.1738.12-
YUV212.9991.33135.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.84%
GREEN value IS 220 (86.33% from 255) = 37.16%
BLUE value IS 148 (58.20% from 255) = 25%
R=37.84%
G=37.16%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422014800.020.340.1256.8455.0772.94
HexE0DC940222C393749
Octal3403342240242147167111
Binary11100000110111001001010001010001011001110011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DC94; }

 p { color: rgb(224,220,148); }

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

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

 a { background-color: rgb(224,220,148); }

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

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

 span { border-color: rgb(224,220,148); }

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