#E7E085

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

Shades of Primrose #E7E085

Tints of Primrose #E7E085

Color information

#E7E085 (or 0xE7E085) is unknown color: approx Primrose. HEX triplet: E7, E0 and 85. RGB value is (231,224,133). Sum of RGB (Red+Green+Blue) = 231+224+133=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E085 is #181F7A. Grayscale: #D8D8D8. Windows color (decimal): -1580923 or 8773863. OLE color: 8773863.

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

Color convert

RGB231224133-
CMYK00.030.420.09
HSL55.71º67.12%71.37%-
HSV(B)55.71º42.42%90.59%-
XYZ63.8471.9932.72-
YUV215.7281.32138.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.29%
GREEN value IS 224 (87.89% from 255) = 38.10%
BLUE value IS 133 (52.34% from 255) = 22.62%
R=39.29%
G=38.10%
B=22.62%

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
Decimal23122413300.030.420.0955.7167.1271.37
HexE7E085032A9384347
Octal34734020503521170103107
Binary111001111110000010000101011101010100111100010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E085; }

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

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

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

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

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

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

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

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