#E7CEAB

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

Shades of Givry #E7CEAB

Tints of Givry #E7CEAB

Color information

#E7CEAB (or 0xE7CEAB) is unknown color: approx Givry. HEX triplet: E7, CE and AB. RGB value is (231,206,171). Sum of RGB (Red+Green+Blue) = 231+206+171=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CEAB is #183154. Grayscale: #D1D1D1. Windows color (decimal): -1585493 or 11259623. OLE color: 11259623.

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

Color convert

RGB231206171-
CMYK00.110.260.09
HSL35º55.56%78.82%-
HSV(B)35º25.97%90.59%-
XYZ62.3864.0747.61-
YUV209.48106.28143.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.99%
GREEN value IS 206 (80.86% from 255) = 33.88%
BLUE value IS 171 (67.19% from 255) = 28.12%
R=37.99%
G=33.88%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120617100.110.260.093555.5678.82
HexE7CEAB0B1A923384f
Octal34731625301332114370117
Binary111001111100111010101011010111101010011000111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CEAB; }

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

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

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

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

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

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

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

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