#E5CFAC

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

Shades of Givry #E5CFAC

Tints of Givry #E5CFAC

Color information

#E5CFAC (or 0xE5CFAC) is unknown color: approx Givry. HEX triplet: E5, CF and AC. RGB value is (229,207,172). Sum of RGB (Red+Green+Blue) = 229+207+172=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CFAC is #1A3053. Grayscale: #D1D1D1. Windows color (decimal): -1716308 or 11325413. OLE color: 11325413.

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

Color convert

RGB229207172-
CMYK00.100.250.10
HSL36.84º52.29%78.63%-
HSV(B)36.84º24.89%89.8%-
XYZ62.0764.2648.16-
YUV209.59106.79141.85-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.66%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 172 (67.58% from 255) = 28.29%
R=37.66%
G=34.05%
B=28.29%

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
Decimal22920717200.100.250.1036.8452.2978.63
HexE5CFAC0A19A25344f
Octal34531725401231124564117
Binary111001011100111110101100010101100110101001011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CFAC; }

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

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

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

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

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

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

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

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