#E1E688

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

Shades of Primrose #E1E688

Tints of Primrose #E1E688

Color information

#E1E688 (or 0xE1E688) is unknown color: approx Primrose. HEX triplet: E1, E6 and 88. RGB value is (225,230,136). Sum of RGB (Red+Green+Blue) = 225+230+136=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 136 (53.52% from 255 or 23.01% from 591); Max value from RGB is 230 - color contains mainly: green. Hex color #E1E688 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1E688 is #1E1977. Grayscale: #DADADA. Windows color (decimal): -1972600 or 8972001. OLE color: 8972001.

HSL color Cylindrical-coordinate representation of color #E1E688: hue angle of 63.19º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E1E688 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB225230136-
CMYK0.0200.410.10
HSL63.19º65.28%71.76%-
HSV(B)63.19º40.87%90.2%-
XYZ63.7974.3834.29-
YUV217.7981.84133.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.07%
GREEN value IS 230 (90.23% from 255) = 38.92%
BLUE value IS 136 (53.52% from 255) = 23.01%
R=38.07%
G=38.92%
B=23.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2252301360.0200.410.1063.1965.2871.76
HexE1E6882029A3f4148
Octal34134621020511277101110
Binary111000011110011010001000100101001101011111110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E688; }

 p { color: rgb(225,230,136); }

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

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

 a { background-color: rgb(225,230,136); }

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

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

 span { border-color: rgb(225,230,136); }

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