#E8DB94

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

Shades of Primrose #E8DB94

Tints of Primrose #E8DB94

Color information

#E8DB94 (or 0xE8DB94) is unknown color: approx Primrose. HEX triplet: E8, DB and 94. RGB value is (232,219,148). Sum of RGB (Red+Green+Blue) = 232+219+148=599 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.73% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DB94 is #17246B. Grayscale: #D7D7D7. Windows color (decimal): -1516652 or 9755624. OLE color: 9755624.

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

Color convert

RGB232219148-
CMYK00.060.360.09
HSL50.71º64.62%74.51%-
HSV(B)50.71º36.21%90.98%-
XYZ63.9669.9638.15-
YUV214.7990.31140.27-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.73%
GREEN value IS 219 (85.94% from 255) = 36.56%
BLUE value IS 148 (58.20% from 255) = 24.71%
R=38.73%
G=36.56%
B=24.71%

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
Decimal23221914800.060.360.0950.7164.6274.51
HexE8DB940624933414b
Octal35033322406441163101113
Binary1110100011011011100101000110100100100111001110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DB94; }

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

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

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

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

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

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

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

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