#E8DF94

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

Shades of Primrose #E8DF94

Tints of Primrose #E8DF94

Color information

#E8DF94 (or 0xE8DF94) is unknown color: approx Primrose. HEX triplet: E8, DF and 94. RGB value is (232,223,148). Sum of RGB (Red+Green+Blue) = 232+223+148=603 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.47% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 148 (58.20% from 255 or 24.54% from 603); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DF94 is #17206B. Grayscale: #D9D9D9. Windows color (decimal): -1515628 or 9756648. OLE color: 9756648.

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

Color convert

RGB232223148-
CMYK00.040.360.09
HSL53.57º64.62%74.51%-
HSV(B)53.57º36.21%90.98%-
XYZ65.0172.0738.5-
YUV217.1488.98138.6-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.47%
GREEN value IS 223 (87.5% from 255) = 36.98%
BLUE value IS 148 (58.20% from 255) = 24.54%
R=38.47%
G=36.98%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222314800.040.360.0953.5764.6274.51
HexE8DF940424936414b
Octal35033722404441166101113
Binary1110100011011111100101000100100100100111011010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DF94; }

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

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

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

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

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

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

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

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