#E7CEA5

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

Shades of Dairy Cream #E7CEA5

Tints of Dairy Cream #E7CEA5

Color information

#E7CEA5 (or 0xE7CEA5) is unknown color: approx Dairy Cream. HEX triplet: E7, CE and A5. RGB value is (231,206,165). Sum of RGB (Red+Green+Blue) = 231+206+165=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 165 (64.84% from 255 or 27.41% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CEA5 is #18315A. Grayscale: #D0D0D0. Windows color (decimal): -1585499 or 10866407. OLE color: 10866407.

HSL color Cylindrical-coordinate representation of color #E7CEA5: hue angle of 37.27º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7CEA5 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB231206165-
CMYK00.110.290.09
HSL37.27º57.89%77.65%-
HSV(B)37.27º28.57%90.59%-
XYZ61.8263.8544.66-
YUV208.8103.28143.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.37%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 165 (64.84% from 255) = 27.41%
R=38.37%
G=34.22%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120616500.110.290.0937.2757.8977.65
HexE7CEA50B1D9253a4e
Octal34731624501335114572116
Binary111001111100111010100101010111110110011001011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CEA5; }

 p { color: rgb(231,206,165); }

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

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

 a { background-color: rgb(231,206,165); }

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

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

 span { border-color: rgb(231,206,165); }

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