#E7DA92

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

Shades of Primrose #E7DA92

Tints of Primrose #E7DA92

Color information

#E7DA92 (or 0xE7DA92) is unknown color: approx Primrose. HEX triplet: E7, DA and 92. RGB value is (231,218,146). Sum of RGB (Red+Green+Blue) = 231+218+146=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DA92 is #18256D. Grayscale: #D5D5D5. Windows color (decimal): -1582446 or 9624295. OLE color: 9624295.

HSL color Cylindrical-coordinate representation of color #E7DA92: hue angle of 50.82º 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 #E7DA92 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB231218146-
CMYK00.060.370.09
HSL50.82º63.91%73.92%-
HSV(B)50.82º36.8%90.59%-
XYZ63.2169.2137.22-
YUV213.6889.81140.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.82%
GREEN value IS 218 (85.55% from 255) = 36.64%
BLUE value IS 146 (57.42% from 255) = 24.54%
R=38.82%
G=36.64%
B=24.54%

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
Decimal23121814600.060.370.0950.8263.9173.92
HexE7DA920625933404a
Octal34733222206451163100112
Binary1110011111011010100100100110100101100111001110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DA92; }

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

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

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

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

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

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

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

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