#E6E085

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

Shades of Primrose #E6E085

Tints of Primrose #E6E085

Color information

#E6E085 (or 0xE6E085) is unknown color: approx Primrose. HEX triplet: E6, E0 and 85. RGB value is (230,224,133). Sum of RGB (Red+Green+Blue) = 230+224+133=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E085 is #191F7A. Grayscale: #D7D7D7. Windows color (decimal): -1646459 or 8773862. OLE color: 8773862.

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

Color convert

RGB230224133-
CMYK00.030.420.10
HSL56.29º65.99%71.18%-
HSV(B)56.29º42.17%90.2%-
XYZ63.5271.8332.71-
YUV215.4281.49138.4-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.18%
GREEN value IS 224 (87.89% from 255) = 38.16%
BLUE value IS 133 (52.34% from 255) = 22.66%
R=39.18%
G=38.16%
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.10
SystemRedGreenBlueCMYKHSL
Decimal23022413300.030.420.1056.2965.9971.18
HexE6E085032AA384247
Octal34634020503521270102107
Binary111001101110000010000101011101010101011100010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E085; }

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

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

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

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

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

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

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

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