#E8E298

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

Shades of Primrose #E8E298

Tints of Primrose #E8E298

Color information

#E8E298 (or 0xE8E298) is unknown color: approx Primrose. HEX triplet: E8, E2 and 98. RGB value is (232,226,152). Sum of RGB (Red+Green+Blue) = 232+226+152=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 152 (59.77% from 255 or 24.92% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E298 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E298 is #171D67. Grayscale: #DBDBDB. Windows color (decimal): -1514856 or 10019560. OLE color: 10019560.

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

Color convert

RGB232226152-
CMYK00.030.340.09
HSL55.5º63.49%75.29%-
HSV(B)55.5º34.48%90.98%-
XYZ66.1473.8240.47-
YUV219.3689.99137.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.03%
GREEN value IS 226 (88.67% from 255) = 37.05%
BLUE value IS 152 (59.77% from 255) = 24.92%
R=38.03%
G=37.05%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222615200.030.340.0955.563.4975.29
HexE8E29803229383f4b
Octal3503422300342117077113
Binary11101000111000101001100001110001010011110001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E298; }

 p { color: rgb(232,226,152); }

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

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

 a { background-color: rgb(232,226,152); }

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

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

 span { border-color: rgb(232,226,152); }

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