#E1E689

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

Shades of Primrose #E1E689

Tints of Primrose #E1E689

Color information

#E1E689 (or 0xE1E689) is unknown color: approx Primrose. HEX triplet: E1, E6 and 89. RGB value is (225,230,137). Sum of RGB (Red+Green+Blue) = 225+230+137=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 137 (53.91% from 255 or 23.14% from 592); Max value from RGB is 230 - color contains mainly: green. Hex color #E1E689 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1E689 is #1E1976. Grayscale: #DADADA. Windows color (decimal): -1972599 or 9037537. OLE color: 9037537.

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

Color convert

RGB225230137-
CMYK0.0200.400.10
HSL63.23º65.03%71.96%-
HSV(B)63.23º40.43%90.2%-
XYZ63.8674.4134.66-
YUV217.982.34133.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.01%
GREEN value IS 230 (90.23% from 255) = 38.85%
BLUE value IS 137 (53.91% from 255) = 23.14%
R=38.01%
G=38.85%
B=23.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2252301370.0200.400.1063.2365.0371.96
HexE1E6892028A3f4148
Octal34134621120501277101110
Binary111000011110011010001001100101000101011111110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E689; }

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

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

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

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

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

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

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

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