#ECCFAB

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

Shades of Givry #ECCFAB

Tints of Givry #ECCFAB

Color information

#ECCFAB (or 0xECCFAB) is unknown color: approx Givry. HEX triplet: EC, CF and AB. RGB value is (236,207,171). Sum of RGB (Red+Green+Blue) = 236+207+171=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCFAB is #133054. Grayscale: #D3D3D3. Windows color (decimal): -1257557 or 11259884. OLE color: 11259884.

HSL color Cylindrical-coordinate representation of color #ECCFAB: hue angle of 33.23º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECCFAB is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236207171-
CMYK00.120.280.07
HSL33.23º63.11%79.8%-
HSV(B)33.23º27.54%92.55%-
XYZ64.2665.447.76-
YUV211.57105.11145.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 207 (81.25% from 255) = 33.71%
BLUE value IS 171 (67.19% from 255) = 27.85%
R=38.44%
G=33.71%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620717100.120.280.0733.2363.1179.8
HexECCFAB0C1C7213f50
Octal3543172530143474177120
Binary11101100110011111010101101100111001111000011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFAB; }

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

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

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

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

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

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

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

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