#E7D992

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

Shades of Primrose #E7D992

Tints of Primrose #E7D992

Color information

#E7D992 (or 0xE7D992) is unknown color: approx Primrose. HEX triplet: E7, D9 and 92. RGB value is (231,217,146). Sum of RGB (Red+Green+Blue) = 231+217+146=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 146 (57.42% from 255 or 24.58% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D992 is #18266D. Grayscale: #D5D5D5. Windows color (decimal): -1582702 or 9624039. OLE color: 9624039.

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

Color convert

RGB231217146-
CMYK00.060.370.09
HSL50.12º63.91%73.92%-
HSV(B)50.12º36.8%90.59%-
XYZ62.9668.6937.13-
YUV213.0990.14140.77-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.89%
GREEN value IS 217 (85.16% from 255) = 36.53%
BLUE value IS 146 (57.42% from 255) = 24.58%
R=38.89%
G=36.53%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121714600.060.370.0950.1263.9173.92
HexE7D9920625932404a
Octal34733122206451162100112
Binary1110011111011001100100100110100101100111001010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D992; }

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

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

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

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

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

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

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

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