#E6E089

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

Shades of Primrose #E6E089

Tints of Primrose #E6E089

Color information

#E6E089 (or 0xE6E089) is unknown color: approx Primrose. HEX triplet: E6, E0 and 89. RGB value is (230,224,137). Sum of RGB (Red+Green+Blue) = 230+224+137=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 137 (53.91% from 255 or 23.18% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E089 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E089 is #191F76. Grayscale: #D8D8D8. Windows color (decimal): -1646455 or 9036006. OLE color: 9036006.

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

Color convert

RGB230224137-
CMYK00.030.400.10
HSL56.13º65.03%71.96%-
HSV(B)56.13º40.43%90.2%-
XYZ63.871.9434.19-
YUV215.8883.49138.07-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.92%
GREEN value IS 224 (87.89% from 255) = 37.90%
BLUE value IS 137 (53.91% from 255) = 23.18%
R=38.92%
G=37.90%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022413700.030.400.1056.1365.0371.96
HexE6E0890328A384148
Octal34634021103501270101110
Binary111001101110000010001001011101000101011100010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E089; }

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

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

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

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

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

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

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

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