#E8DA94

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

Shades of Primrose #E8DA94

Tints of Primrose #E8DA94

Color information

#E8DA94 (or 0xE8DA94) is unknown color: approx Primrose. HEX triplet: E8, DA and 94. RGB value is (232,218,148). Sum of RGB (Red+Green+Blue) = 232+218+148=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DA94 is #17256B. Grayscale: #D6D6D6. Windows color (decimal): -1516908 or 9755368. OLE color: 9755368.

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

Color convert

RGB232218148-
CMYK00.060.360.09
HSL50º64.62%74.51%-
HSV(B)50º36.21%90.98%-
XYZ63.769.4438.06-
YUV214.2190.64140.69-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.80%
GREEN value IS 218 (85.55% from 255) = 36.45%
BLUE value IS 148 (58.20% from 255) = 24.75%
R=38.80%
G=36.45%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221814800.060.360.095064.6274.51
HexE8DA940624932414b
Octal35033222406441162101113
Binary1110100011011010100101000110100100100111001010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DA94; }

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

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

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

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

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

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

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

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