#E3CCAD

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

Shades of Givry #E3CCAD

Tints of Givry #E3CCAD

Color information

#E3CCAD (or 0xE3CCAD) is unknown color: approx Givry. HEX triplet: E3, CC and AD. RGB value is (227,204,173). Sum of RGB (Red+Green+Blue) = 227+204+173=604 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.58% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CCAD is #1C3352. Grayscale: #CFCFCF. Windows color (decimal): -1848147 or 11390179. OLE color: 11390179.

HSL color Cylindrical-coordinate representation of color #E3CCAD: hue angle of 34.44º degrees, saturation: 0.49, 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 #E3CCAD is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB227204173-
CMYK00.100.240.11
HSL34.44º49.09%78.43%-
HSV(B)34.44º23.79%89.02%-
XYZ60.8162.5348.4-
YUV207.34108.62142.02-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.58%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 173 (67.97% from 255) = 28.64%
R=37.58%
G=33.77%
B=28.64%

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
Decimal22720417300.100.240.1134.4449.0978.43
HexE3CCAD0A18B22314e
Octal34331425501230134261116
Binary111000111100110010101101010101100010111000101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CCAD; }

 p { color: rgb(227,204,173); }

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

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

 a { background-color: rgb(227,204,173); }

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

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

 span { border-color: rgb(227,204,173); }

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