#E5CFAB

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

Shades of Givry #E5CFAB

Tints of Givry #E5CFAB

Color information

#E5CFAB (or 0xE5CFAB) is unknown color: approx Givry. HEX triplet: E5, CF and AB. RGB value is (229,207,171). Sum of RGB (Red+Green+Blue) = 229+207+171=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CFAB is #1A3054. Grayscale: #D1D1D1. Windows color (decimal): -1716309 or 11259877. OLE color: 11259877.

HSL color Cylindrical-coordinate representation of color #E5CFAB: hue angle of 37.24º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5CFAB is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB229207171-
CMYK00.100.250.10
HSL37.24º52.73%78.43%-
HSV(B)37.24º25.33%89.8%-
XYZ61.9864.2247.66-
YUV209.47106.29141.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.73%
GREEN value IS 207 (81.25% from 255) = 34.10%
BLUE value IS 171 (67.19% from 255) = 28.17%
R=37.73%
G=34.10%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920717100.100.250.1037.2452.7378.43
HexE5CFAB0A19A25354e
Octal34531725301231124565116
Binary111001011100111110101011010101100110101001011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CFAB; }

 p { color: rgb(229,207,171); }

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

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

 a { background-color: rgb(229,207,171); }

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

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

 span { border-color: rgb(229,207,171); }

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