#E0DC85

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

Shades of Primrose #E0DC85

Tints of Primrose #E0DC85

Color information

#E0DC85 (or 0xE0DC85) is unknown color: approx Primrose. HEX triplet: E0, DC and 85. RGB value is (224,220,133). Sum of RGB (Red+Green+Blue) = 224+220+133=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DC85 is #1F237A. Grayscale: #D3D3D3. Windows color (decimal): -2040699 or 8772832. OLE color: 8772832.

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

Color convert

RGB224220133-
CMYK00.020.410.12
HSL57.36º59.48%70%-
HSV(B)57.36º40.62%87.84%-
XYZ60.5768.7332.26-
YUV211.2883.83137.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.82%
GREEN value IS 220 (86.33% from 255) = 38.13%
BLUE value IS 133 (52.34% from 255) = 23.05%
R=38.82%
G=38.13%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422013300.020.410.1257.3659.4870
HexE0DC850229C393b46
Octal3403342050251147173106
Binary11100000110111001000010101010100111001110011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DC85; }

 p { color: rgb(224,220,133); }

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

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

 a { background-color: rgb(224,220,133); }

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

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

 span { border-color: rgb(224,220,133); }

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