#E7D990

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

Shades of Primrose #E7D990

Tints of Primrose #E7D990

Color information

#E7D990 (or 0xE7D990) is unknown color: approx Primrose. HEX triplet: E7, D9 and 90. RGB value is (231,217,144). Sum of RGB (Red+Green+Blue) = 231+217+144=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 144 (56.64% from 255 or 24.32% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D990 is #18266F. Grayscale: #D5D5D5. Windows color (decimal): -1582704 or 9492967. OLE color: 9492967.

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

Color convert

RGB231217144-
CMYK00.060.380.09
HSL50.34º64.44%73.53%-
HSV(B)50.34º37.66%90.59%-
XYZ62.868.6336.32-
YUV212.8689.14140.94-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.02%
GREEN value IS 217 (85.16% from 255) = 36.66%
BLUE value IS 144 (56.64% from 255) = 24.32%
R=39.02%
G=36.66%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121714400.060.380.0950.3464.4473.53
HexE7D9900626932404a
Octal34733122006461162100112
Binary1110011111011001100100000110100110100111001010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D990; }

 p { color: rgb(231,217,144); }

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

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

 a { background-color: rgb(231,217,144); }

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

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

 span { border-color: rgb(231,217,144); }

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