#E7DF8E

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

Shades of Primrose #E7DF8E

Tints of Primrose #E7DF8E

Color information

#E7DF8E (or 0xE7DF8E) is unknown color: approx Primrose. HEX triplet: E7, DF and 8E. RGB value is (231,223,142). Sum of RGB (Red+Green+Blue) = 231+223+142=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DF8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DF8E is #182071. Grayscale: #D8D8D8. Windows color (decimal): -1581170 or 9363431. OLE color: 9363431.

HSL color Cylindrical-coordinate representation of color #E7DF8E: hue angle of 54.61º degrees, saturation: 0.65, 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 #E7DF8E is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB231223142-
CMYK00.030.390.09
HSL54.61º64.96%73.14%-
HSV(B)54.61º38.53%90.59%-
XYZ64.2371.7236.05-
YUV216.1686.15138.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.76%
GREEN value IS 223 (87.5% from 255) = 37.42%
BLUE value IS 142 (55.86% from 255) = 23.83%
R=38.76%
G=37.42%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122314200.030.390.0954.6164.9673.14
HexE7DF8E03279374149
Octal34733721603471167101111
Binary111001111101111110001110011100111100111011110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DF8E; }

 p { color: rgb(231,223,142); }

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

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

 a { background-color: rgb(231,223,142); }

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

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

 span { border-color: rgb(231,223,142); }

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