#E9DA8D

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

Shades of Primrose #E9DA8D

Tints of Primrose #E9DA8D

Color information

#E9DA8D (or 0xE9DA8D) is unknown color: approx Primrose. HEX triplet: E9, DA and 8D. RGB value is (233,218,141). Sum of RGB (Red+Green+Blue) = 233+218+141=592 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.36% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DA8D is #162572. Grayscale: #D6D6D6. Windows color (decimal): -1451379 or 9296617. OLE color: 9296617.

HSL color Cylindrical-coordinate representation of color #E9DA8D: hue angle of 50.22º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E9DA8D is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB233218141-
CMYK00.060.390.09
HSL50.22º67.65%73.33%-
HSV(B)50.22º39.48%91.37%-
XYZ63.4869.3935.25-
YUV213.7186.97141.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.36%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 141 (55.47% from 255) = 23.82%
R=39.36%
G=36.82%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321814100.060.390.0950.2267.6573.33
HexE9DA8D06279324449
Octal35133221506471162104111
Binary1110100111011010100011010110100111100111001010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DA8D; }

 p { color: rgb(233,218,141); }

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

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

 a { background-color: rgb(233,218,141); }

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

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

 span { border-color: rgb(233,218,141); }

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