#E8E690

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

Shades of Primrose #E8E690

Tints of Primrose #E8E690

Color information

#E8E690 (or 0xE8E690) is unknown color: approx Primrose. HEX triplet: E8, E6 and 90. RGB value is (232,230,144). Sum of RGB (Red+Green+Blue) = 232+230+144=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 144 (56.64% from 255 or 23.76% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E690 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8E690 is #17196F. Grayscale: #DDDDDD. Windows color (decimal): -1513840 or 9496296. OLE color: 9496296.

HSL color Cylindrical-coordinate representation of color #E8E690: hue angle of 58.64º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E8E690 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB232230144-
CMYK00.010.380.09
HSL58.64º65.67%73.73%-
HSV(B)58.64º37.93%90.98%-
XYZ66.6175.7637.5-
YUV220.7984.66135.99-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.28%
GREEN value IS 230 (90.23% from 255) = 37.95%
BLUE value IS 144 (56.64% from 255) = 23.76%
R=38.28%
G=37.95%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23223014400.010.380.0958.6465.6773.73
HexE8E690012693b424a
Octal35034622001461173102112
Binary11101000111001101001000001100110100111101110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E690; }

 p { color: rgb(232,230,144); }

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

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

 a { background-color: rgb(232,230,144); }

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

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

 span { border-color: rgb(232,230,144); }

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