#E7DF85

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

Shades of Primrose #E7DF85

Tints of Primrose #E7DF85

Color information

#E7DF85 (or 0xE7DF85) is unknown color: approx Primrose. HEX triplet: E7, DF and 85. RGB value is (231,223,133). Sum of RGB (Red+Green+Blue) = 231+223+133=587 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.35% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DF85 is #18207A. Grayscale: #D7D7D7. Windows color (decimal): -1581179 or 8773607. OLE color: 8773607.

HSL color Cylindrical-coordinate representation of color #E7DF85: hue angle of 55.1º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E7DF85 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB231223133-
CMYK00.030.420.09
HSL55.1º67.12%71.37%-
HSV(B)55.1º42.42%90.59%-
XYZ63.5871.4632.63-
YUV215.1381.65139.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.35%
GREEN value IS 223 (87.5% from 255) = 37.99%
BLUE value IS 133 (52.34% from 255) = 22.66%
R=39.35%
G=37.99%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122313300.030.420.0955.167.1271.37
HexE7DF85032A9374347
Octal34733720503521167103107
Binary111001111101111110000101011101010100111011110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DF85; }

 p { color: rgb(231,223,133); }

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

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

 a { background-color: rgb(231,223,133); }

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

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

 span { border-color: rgb(231,223,133); }

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