#E9CDAC

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

Shades of Givry #E9CDAC

Tints of Givry #E9CDAC

Color information

#E9CDAC (or 0xE9CDAC) is unknown color: approx Givry. HEX triplet: E9, CD and AC. RGB value is (233,205,172). Sum of RGB (Red+Green+Blue) = 233+205+172=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CDAC is #163253. Grayscale: #D1D1D1. Windows color (decimal): -1454676 or 11324905. OLE color: 11324905.

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

Color convert

RGB233205172-
CMYK00.120.260.09
HSL32.46º58.1%79.41%-
HSV(B)32.46º26.18%91.37%-
XYZ62.8863.9648.06-
YUV209.61106.78144.68-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.20%
GREEN value IS 205 (80.47% from 255) = 33.61%
BLUE value IS 172 (67.58% from 255) = 28.20%
R=38.20%
G=33.61%
B=28.20%

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
Decimal23320517200.120.260.0932.4658.179.41
HexE9CDAC0C1A9203a4f
Octal35131525401432114072117
Binary111010011100110110101100011001101010011000001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDAC; }

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

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

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

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

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

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

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

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