#E3E286

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

Shades of Primrose #E3E286

Tints of Primrose #E3E286

Color information

#E3E286 (or 0xE3E286) is unknown color: approx Primrose. HEX triplet: E3, E2 and 86. RGB value is (227,226,134). Sum of RGB (Red+Green+Blue) = 227+226+134=587 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.67% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3E286 is #1C1D79. Grayscale: #D8D8D8. Windows color (decimal): -1842554 or 8839907. OLE color: 8839907.

HSL color Cylindrical-coordinate representation of color #E3E286: hue angle of 59.35º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E3E286 is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB227226134-
CMYK00.000.410.11
HSL59.35º62.42%70.78%-
HSV(B)59.35º40.97%89.02%-
XYZ63.1872.4433.21-
YUV215.8181.83135.98-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.67%
GREEN value IS 226 (88.67% from 255) = 38.50%
BLUE value IS 134 (52.73% from 255) = 22.83%
R=38.67%
G=38.50%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722613400.000.410.1159.3562.4270.78
HexE3E2860029B3b3e47
Octal3433422060051137376107
Binary1110001111100010100001100010100110111110111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3E286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3E286; }

 p { color: rgb(227,226,134); }

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

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

 a { background-color: rgb(227,226,134); }

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

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

 span { border-color: rgb(227,226,134); }

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