#E8E394

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

Shades of Primrose #E8E394

Tints of Primrose #E8E394

Color information

#E8E394 (or 0xE8E394) is unknown color: approx Primrose. HEX triplet: E8, E3 and 94. RGB value is (232,227,148). Sum of RGB (Red+Green+Blue) = 232+227+148=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 148 (58.20% from 255 or 24.38% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E394 is #171C6B. Grayscale: #DBDBDB. Windows color (decimal): -1514604 or 9757672. OLE color: 9757672.

HSL color Cylindrical-coordinate representation of color #E8E394: hue angle of 56.43º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E8E394 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB232227148-
CMYK00.020.360.09
HSL56.43º64.62%74.51%-
HSV(B)56.43º36.21%90.98%-
XYZ66.0974.2338.86-
YUV219.4987.66136.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.22%
GREEN value IS 227 (89.06% from 255) = 37.40%
BLUE value IS 148 (58.20% from 255) = 24.38%
R=38.22%
G=37.40%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222714800.020.360.0956.4364.6274.51
HexE8E3940224938414b
Octal35034322402441170101113
Binary111010001110001110010100010100100100111100010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E394; }

 p { color: rgb(232,227,148); }

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

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

 a { background-color: rgb(232,227,148); }

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

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

 span { border-color: rgb(232,227,148); }

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