#E2CBAC

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

Shades of Givry #E2CBAC

Tints of Givry #E2CBAC

Color information

#E2CBAC (or 0xE2CBAC) is unknown color: approx Givry. HEX triplet: E2, CB and AC. RGB value is (226,203,172). Sum of RGB (Red+Green+Blue) = 226+203+172=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CBAC is #1D3453. Grayscale: #CECECE. Windows color (decimal): -1913940 or 11324386. OLE color: 11324386.

HSL color Cylindrical-coordinate representation of color #E2CBAC: hue angle of 34.44º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2CBAC is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB226203172-
CMYK00.100.240.11
HSL34.44º48.21%78.04%-
HSV(B)34.44º23.89%88.63%-
XYZ60.1761.8647.8-
YUV206.34108.62142.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.60%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 172 (67.58% from 255) = 28.62%
R=37.60%
G=33.78%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620317200.100.240.1134.4448.2178.04
HexE2CBAC0A18B22304e
Octal34231325401230134260116
Binary111000101100101110101100010101100010111000101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CBAC; }

 p { color: rgb(226,203,172); }

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

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

 a { background-color: rgb(226,203,172); }

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

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

 span { border-color: rgb(226,203,172); }

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