#E6CCAB

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

Shades of Givry #E6CCAB

Tints of Givry #E6CCAB

Color information

#E6CCAB (or 0xE6CCAB) is unknown color: approx Givry. HEX triplet: E6, CC and AB. RGB value is (230,204,171). Sum of RGB (Red+Green+Blue) = 230+204+171=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CCAB is #193354. Grayscale: #D0D0D0. Windows color (decimal): -1651541 or 11259110. OLE color: 11259110.

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

Color convert

RGB230204171-
CMYK00.110.260.10
HSL33.56º54.13%78.63%-
HSV(B)33.56º25.65%90.2%-
XYZ61.5862.9547.43-
YUV208.01107.11143.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.02%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 171 (67.19% from 255) = 28.26%
R=38.02%
G=33.72%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020417100.110.260.1033.5654.1378.63
HexE6CCAB0B1AA22364f
Octal34631425301332124266117
Binary111001101100110010101011010111101010101000101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CCAB; }

 p { color: rgb(230,204,171); }

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

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

 a { background-color: rgb(230,204,171); }

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

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

 span { border-color: rgb(230,204,171); }

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