#E5DC85

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

Shades of Primrose #E5DC85

Tints of Primrose #E5DC85

Color information

#E5DC85 (or 0xE5DC85) is unknown color: approx Primrose. HEX triplet: E5, DC and 85. RGB value is (229,220,133). Sum of RGB (Red+Green+Blue) = 229+220+133=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DC85 is #1A237A. Grayscale: #D5D5D5. Windows color (decimal): -1713019 or 8772837. OLE color: 8772837.

HSL color Cylindrical-coordinate representation of color #E5DC85: hue angle of 54.38º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E5DC85 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB229220133-
CMYK00.040.420.10
HSL54.38º64.86%70.98%-
HSV(B)54.38º41.92%89.8%-
XYZ62.1469.5432.34-
YUV212.7782.98139.57-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.35%
GREEN value IS 220 (86.33% from 255) = 37.80%
BLUE value IS 133 (52.34% from 255) = 22.85%
R=39.35%
G=37.80%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922013300.040.420.1054.3864.8670.98
HexE5DC85042AA364147
Octal34533420504521266101107
Binary1110010111011100100001010100101010101011011010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DC85; }

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

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

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

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

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

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

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

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