#E8D98F

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

Shades of Primrose #E8D98F

Tints of Primrose #E8D98F

Color information

#E8D98F (or 0xE8D98F) is unknown color: approx Primrose. HEX triplet: E8, D9 and 8F. RGB value is (232,217,143). Sum of RGB (Red+Green+Blue) = 232+217+143=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 143 (56.25% from 255 or 24.16% from 592); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D98F is #172670. Grayscale: #D5D5D5. Windows color (decimal): -1517169 or 9427432. OLE color: 9427432.

HSL color Cylindrical-coordinate representation of color #E8D98F: hue angle of 49.89º 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 #E8D98F is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB232217143-
CMYK00.060.380.09
HSL49.89º65.93%73.53%-
HSV(B)49.89º38.36%90.98%-
XYZ63.0568.7635.94-
YUV213.0588.47141.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.19%
GREEN value IS 217 (85.16% from 255) = 36.66%
BLUE value IS 143 (56.25% from 255) = 24.16%
R=39.19%
G=36.66%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221714300.060.380.0949.8965.9373.53
HexE8D98F0626932424a
Octal35033121706461162102112
Binary1110100011011001100011110110100110100111001010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D98F; }

 p { color: rgb(232,217,143); }

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

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

 a { background-color: rgb(232,217,143); }

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

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

 span { border-color: rgb(232,217,143); }

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