#E7DA8B

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

Shades of Primrose #E7DA8B

Tints of Primrose #E7DA8B

Color information

#E7DA8B (or 0xE7DA8B) is unknown color: approx Primrose. HEX triplet: E7, DA and 8B. RGB value is (231,218,139). Sum of RGB (Red+Green+Blue) = 231+218+139=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 139 (54.69% from 255 or 23.64% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DA8B is #182574. Grayscale: #D5D5D5. Windows color (decimal): -1582453 or 9165543. OLE color: 9165543.

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

Color convert

RGB231218139-
CMYK00.060.400.09
HSL51.52º65.71%72.55%-
HSV(B)51.52º39.83%90.59%-
XYZ62.696934.44-
YUV212.8886.31140.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.29%
GREEN value IS 218 (85.55% from 255) = 37.07%
BLUE value IS 139 (54.69% from 255) = 23.64%
R=39.29%
G=37.07%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121813900.060.400.0951.5265.7172.55
HexE7DA8B06289344249
Octal34733221306501164102111
Binary1110011111011010100010110110101000100111010010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DA8B; }

 p { color: rgb(231,218,139); }

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

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

 a { background-color: rgb(231,218,139); }

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

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

 span { border-color: rgb(231,218,139); }

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