#E0DB93

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

Shades of Primrose #E0DB93

Tints of Primrose #E0DB93

Color information

#E0DB93 (or 0xE0DB93) is unknown color: approx Primrose. HEX triplet: E0, DB and 93. RGB value is (224,219,147). Sum of RGB (Red+Green+Blue) = 224+219+147=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 147 (57.81% from 255 or 24.92% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DB93 is #1F246C. Grayscale: #D4D4D4. Windows color (decimal): -2040941 or 9690080. OLE color: 9690080.

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

Color convert

RGB224219147-
CMYK00.020.340.12
HSL56.1º55.4%72.75%-
HSV(B)56.1º34.38%87.84%-
XYZ61.3468.6237.62-
YUV212.2991.16136.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.97%
GREEN value IS 219 (85.94% from 255) = 37.12%
BLUE value IS 147 (57.81% from 255) = 24.92%
R=37.97%
G=37.12%
B=24.92%

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
Decimal22421914700.020.340.1256.155.472.75
HexE0DB930222C383749
Octal3403332230242147067111
Binary11100000110110111001001101010001011001110001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DB93; }

 p { color: rgb(224,219,147); }

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

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

 a { background-color: rgb(224,219,147); }

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

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

 span { border-color: rgb(224,219,147); }

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