#ECCEAB

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

Shades of Givry #ECCEAB

Tints of Givry #ECCEAB

Color information

#ECCEAB (or 0xECCEAB) is unknown color: approx Givry. HEX triplet: EC, CE and AB. RGB value is (236,206,171). Sum of RGB (Red+Green+Blue) = 236+206+171=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCEAB is #133154. Grayscale: #D3D3D3. Windows color (decimal): -1257813 or 11259628. OLE color: 11259628.

HSL color Cylindrical-coordinate representation of color #ECCEAB: hue angle of 32.31º 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 #ECCEAB is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236206171-
CMYK00.130.280.07
HSL32.31º63.11%79.8%-
HSV(B)32.31º27.54%92.55%-
XYZ64.0164.9247.68-
YUV210.98105.44145.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.50%
GREEN value IS 206 (80.86% from 255) = 33.61%
BLUE value IS 171 (67.19% from 255) = 27.90%
R=38.50%
G=33.61%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620617100.130.280.0732.3163.1179.8
HexECCEAB0D1C7203f50
Octal3543162530153474077120
Binary11101100110011101010101101101111001111000001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCEAB; }

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

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

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

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

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

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

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

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