#E9CDAD

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

Shades of Givry #E9CDAD

Tints of Givry #E9CDAD

Color information

#E9CDAD (or 0xE9CDAD) is unknown color: approx Givry. HEX triplet: E9, CD and AD. RGB value is (233,205,173). Sum of RGB (Red+Green+Blue) = 233+205+173=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CDAD is #163252. Grayscale: #D1D1D1. Windows color (decimal): -1454675 or 11390441. OLE color: 11390441.

HSL color Cylindrical-coordinate representation of color #E9CDAD: hue angle of 32º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9CDAD is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB233205173-
CMYK00.120.260.09
HSL32º57.69%79.61%-
HSV(B)32º25.75%91.37%-
XYZ62.986448.57-
YUV209.72107.28144.6-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.13%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 173 (67.97% from 255) = 28.31%
R=38.13%
G=33.55%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320517300.120.260.093257.6979.61
HexE9CDAD0C1A9203a50
Octal35131525501432114072120
Binary111010011100110110101101011001101010011000001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDAD; }

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

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

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

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

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

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

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

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