#E3E285

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

Shades of Primrose #E3E285

Tints of Primrose #E3E285

Color information

#E3E285 (or 0xE3E285) is unknown color: approx Primrose. HEX triplet: E3, E2 and 85. RGB value is (227,226,133). Sum of RGB (Red+Green+Blue) = 227+226+133=586 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.74% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3E285 is #1C1D7A. Grayscale: #D8D8D8. Windows color (decimal): -1842555 or 8774371. OLE color: 8774371.

HSL color Cylindrical-coordinate representation of color #E3E285: hue angle of 59.36º degrees, saturation: 0.63, 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 #E3E285 is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB227226133-
CMYK00.000.410.11
HSL59.36º62.67%70.59%-
HSV(B)59.36º41.41%89.02%-
XYZ63.1172.4232.84-
YUV215.781.33136.06-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.74%
GREEN value IS 226 (88.67% from 255) = 38.57%
BLUE value IS 133 (52.34% from 255) = 22.70%
R=38.74%
G=38.57%
B=22.70%

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
Decimal22722613300.000.410.1159.3662.6770.59
HexE3E2850029B3b3f47
Octal3433422050051137377107
Binary1110001111100010100001010010100110111110111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3E285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3E285; }

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

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

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

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

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

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

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

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