#E0DB8E

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

Shades of Primrose #E0DB8E

Tints of Primrose #E0DB8E

Color information

#E0DB8E (or 0xE0DB8E) is unknown color: approx Primrose. HEX triplet: E0, DB and 8E. RGB value is (224,219,142). Sum of RGB (Red+Green+Blue) = 224+219+142=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 142 (55.86% from 255 or 24.27% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DB8E is #1F2471. Grayscale: #D4D4D4. Windows color (decimal): -2040946 or 9362400. OLE color: 9362400.

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

Color convert

RGB224219142-
CMYK00.020.370.12
HSL56.34º56.94%71.76%-
HSV(B)56.34º36.61%87.84%-
XYZ60.9568.4635.59-
YUV211.7288.66136.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.29%
GREEN value IS 219 (85.94% from 255) = 37.44%
BLUE value IS 142 (55.86% from 255) = 24.27%
R=38.29%
G=37.44%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421914200.020.370.1256.3456.9471.76
HexE0DB8E0225C383948
Octal3403332160245147071110
Binary11100000110110111000111001010010111001110001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DB8E; }

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

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

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

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

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

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

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

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