#E8DA8F

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

Shades of Primrose #E8DA8F

Tints of Primrose #E8DA8F

Color information

#E8DA8F (or 0xE8DA8F) is unknown color: approx Primrose. HEX triplet: E8, DA and 8F. RGB value is (232,218,143). Sum of RGB (Red+Green+Blue) = 232+218+143=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 143 (56.25% from 255 or 24.11% from 593); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DA8F is #172570. Grayscale: #D5D5D5. Windows color (decimal): -1516913 or 9427688. OLE color: 9427688.

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

Color convert

RGB232218143-
CMYK00.060.380.09
HSL50.56º65.93%73.53%-
HSV(B)50.56º38.36%90.98%-
XYZ63.3169.2836.02-
YUV213.6488.14141.1-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.12%
GREEN value IS 218 (85.55% from 255) = 36.76%
BLUE value IS 143 (56.25% from 255) = 24.11%
R=39.12%
G=36.76%
B=24.11%

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
Decimal23221814300.060.380.0950.5665.9373.53
HexE8DA8F0626933424a
Octal35033221706461163102112
Binary1110100011011010100011110110100110100111001110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DA8F; }

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

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

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

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

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

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

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

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