#E7DC94

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

Shades of Primrose #E7DC94

Tints of Primrose #E7DC94

Color information

#E7DC94 (or 0xE7DC94) is unknown color: approx Primrose. HEX triplet: E7, DC and 94. RGB value is (231,220,148). Sum of RGB (Red+Green+Blue) = 231+220+148=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DC94 is #18236B. Grayscale: #D7D7D7. Windows color (decimal): -1581932 or 9755879. OLE color: 9755879.

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

Color convert

RGB231220148-
CMYK00.050.360.09
HSL52.05º63.36%74.31%-
HSV(B)52.05º35.93%90.59%-
XYZ63.8970.3138.22-
YUV215.0890.14139.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.56%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 148 (58.20% from 255) = 24.71%
R=38.56%
G=36.73%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122014800.050.360.0952.0563.3674.31
HexE7DC9405249343f4a
Octal3473342240544116477112
Binary111001111101110010010100010110010010011101001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DC94; }

 p { color: rgb(231,220,148); }

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

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

 a { background-color: rgb(231,220,148); }

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

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

 span { border-color: rgb(231,220,148); }

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