#E5CDAD

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

Shades of Givry #E5CDAD

Tints of Givry #E5CDAD

Color information

#E5CDAD (or 0xE5CDAD) is unknown color: approx Givry. HEX triplet: E5, CD and AD. RGB value is (229,205,173). Sum of RGB (Red+Green+Blue) = 229+205+173=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CDAD is #1A3252. Grayscale: #D0D0D0. Windows color (decimal): -1716819 or 11390437. OLE color: 11390437.

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

Color convert

RGB229205173-
CMYK00.100.240.10
HSL34.29º51.85%78.82%-
HSV(B)34.29º24.45%89.8%-
XYZ61.6963.3448.51-
YUV208.53107.95142.6-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.73%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 173 (67.97% from 255) = 28.50%
R=37.73%
G=33.77%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920517300.100.240.1034.2951.8578.82
HexE5CDAD0A18A22344f
Octal34531525501230124264117
Binary111001011100110110101101010101100010101000101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CDAD; }

 p { color: rgb(229,205,173); }

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

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

 a { background-color: rgb(229,205,173); }

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

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

 span { border-color: rgb(229,205,173); }

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