#E0D48A

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

Shades of Primrose #E0D48A

Tints of Primrose #E0D48A

Color information

#E0D48A (or 0xE0D48A) is unknown color: approx Primrose. HEX triplet: E0, D4 and 8A. RGB value is (224,212,138). Sum of RGB (Red+Green+Blue) = 224+212+138=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 138 (54.30% from 255 or 24.04% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D48A is #1F2B75. Grayscale: #CFCFCF. Windows color (decimal): -2042742 or 9098464. OLE color: 9098464.

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

Color convert

RGB224212138-
CMYK00.050.380.12
HSL51.63º58.11%70.98%-
HSV(B)51.63º38.39%87.84%-
XYZ58.8764.7733.44-
YUV207.1588.98140.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.02%
GREEN value IS 212 (83.20% from 255) = 36.93%
BLUE value IS 138 (54.30% from 255) = 24.04%
R=39.02%
G=36.93%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421213800.050.380.1251.6358.1170.98
HexE0D48A0526C343a47
Octal3403242120546146472107
Binary111000001101010010001010010110011011001101001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D48A; }

 p { color: rgb(224,212,138); }

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

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

 a { background-color: rgb(224,212,138); }

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

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

 span { border-color: rgb(224,212,138); }

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