#E0E685

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

Shades of Primrose #E0E685

Tints of Primrose #E0E685

Color information

#E0E685 (or 0xE0E685) is unknown color: approx Primrose. HEX triplet: E0, E6 and 85. RGB value is (224,230,133). Sum of RGB (Red+Green+Blue) = 224+230+133=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 230 - color contains mainly: green. Hex color #E0E685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0E685 is #1F197A. Grayscale: #D9D9D9. Windows color (decimal): -2038139 or 8775392. OLE color: 8775392.

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

Color convert

RGB224230133-
CMYK0.0300.420.10
HSL63.71º65.99%71.18%-
HSV(B)63.71º42.17%90.2%-
XYZ63.2774.1333.16-
YUV217.1580.51132.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.16%
GREEN value IS 230 (90.23% from 255) = 39.18%
BLUE value IS 133 (52.34% from 255) = 22.66%
R=38.16%
G=39.18%
B=22.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2242301330.0300.420.1063.7165.9971.18
HexE0E685302AA404247
Octal340346205305212100102107
Binary1110000011100110100001011101010101010100000010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E685; }

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

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

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

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

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

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

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

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