#E0DA8B

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

Shades of Primrose #E0DA8B

Tints of Primrose #E0DA8B

Color information

#E0DA8B (or 0xE0DA8B) is unknown color: approx Primrose. HEX triplet: E0, DA and 8B. RGB value is (224,218,139). Sum of RGB (Red+Green+Blue) = 224+218+139=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 139 (54.69% from 255 or 23.92% from 581); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DA8B is #1F2574. Grayscale: #D3D3D3. Windows color (decimal): -2041205 or 9165536. OLE color: 9165536.

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

Color convert

RGB224218139-
CMYK00.030.380.12
HSL55.76º57.82%71.18%-
HSV(B)55.76º37.95%87.84%-
XYZ60.4767.8534.34-
YUV210.7987.49137.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.55%
GREEN value IS 218 (85.55% from 255) = 37.52%
BLUE value IS 139 (54.69% from 255) = 23.92%
R=38.55%
G=37.52%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421813900.030.380.1255.7657.8271.18
HexE0DA8B0326C383a47
Octal3403322130346147072107
Binary11100000110110101000101101110011011001110001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DA8B; }

 p { color: rgb(224,218,139); }

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

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

 a { background-color: rgb(224,218,139); }

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

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

 span { border-color: rgb(224,218,139); }

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