#E9DC94

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

Shades of Primrose #E9DC94

Tints of Primrose #E9DC94

Color information

#E9DC94 (or 0xE9DC94) is unknown color: approx Primrose. HEX triplet: E9, DC and 94. RGB value is (233,220,148). Sum of RGB (Red+Green+Blue) = 233+220+148=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 148 (58.20% from 255 or 24.63% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DC94 is #16236B. Grayscale: #D7D7D7. Windows color (decimal): -1450860 or 9755881. OLE color: 9755881.

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

Color convert

RGB233220148-
CMYK00.060.360.09
HSL50.82º65.89%74.71%-
HSV(B)50.82º36.48%91.37%-
XYZ64.5470.6538.25-
YUV215.6889.81140.35-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.77%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 148 (58.20% from 255) = 24.63%
R=38.77%
G=36.61%
B=24.63%

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
Decimal23322014800.060.360.0950.8265.8974.71
HexE9DC940624933424b
Octal35133422406441163102113
Binary1110100111011100100101000110100100100111001110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DC94; }

 p { color: rgb(233,220,148); }

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

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

 a { background-color: rgb(233,220,148); }

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

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

 span { border-color: rgb(233,220,148); }

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