#E7CFAE

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

Shades of Givry #E7CFAE

Tints of Givry #E7CFAE

Color information

#E7CFAE (or 0xE7CFAE) is unknown color: approx Givry. HEX triplet: E7, CF and AE. RGB value is (231,207,174). Sum of RGB (Red+Green+Blue) = 231+207+174=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CFAE is #183051. Grayscale: #D2D2D2. Windows color (decimal): -1585234 or 11456487. OLE color: 11456487.

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

Color convert

RGB231207174-
CMYK00.100.250.09
HSL34.74º54.29%79.41%-
HSV(B)34.74º24.68%90.59%-
XYZ62.9164.6749.21-
YUV210.41107.45142.68-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.75%
GREEN value IS 207 (81.25% from 255) = 33.82%
BLUE value IS 174 (68.36% from 255) = 28.43%
R=37.75%
G=33.82%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120717400.100.250.0934.7454.2979.41
HexE7CFAE0A19923364f
Octal34731725601231114366117
Binary111001111100111110101110010101100110011000111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CFAE; }

 p { color: rgb(231,207,174); }

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

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

 a { background-color: rgb(231,207,174); }

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

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

 span { border-color: rgb(231,207,174); }

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