#E0DB98

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

Shades of Primrose #E0DB98

Tints of Primrose #E0DB98

Color information

#E0DB98 (or 0xE0DB98) is unknown color: approx Primrose. HEX triplet: E0, DB and 98. RGB value is (224,219,152). Sum of RGB (Red+Green+Blue) = 224+219+152=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 152 (59.77% from 255 or 25.55% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DB98 is #1F2467. Grayscale: #D5D5D5. Windows color (decimal): -2040936 or 10017760. OLE color: 10017760.

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

Color convert

RGB224219152-
CMYK00.020.320.12
HSL55.83º53.73%73.73%-
HSV(B)55.83º32.14%87.84%-
XYZ61.7468.7839.73-
YUV212.8693.66135.95-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.65%
GREEN value IS 219 (85.94% from 255) = 36.81%
BLUE value IS 152 (59.77% from 255) = 25.55%
R=37.65%
G=36.81%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421915200.020.320.1255.8353.7373.73
HexE0DB980220C38364a
Octal3403332300240147066112
Binary11100000110110111001100001010000011001110001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DB98; }

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

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

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

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

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

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

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

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