#E9CFAD

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

Shades of Givry #E9CFAD

Tints of Givry #E9CFAD

Color information

#E9CFAD (or 0xE9CFAD) is unknown color: approx Givry. HEX triplet: E9, CF and AD. RGB value is (233,207,173). Sum of RGB (Red+Green+Blue) = 233+207+173=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CFAD is #163052. Grayscale: #D3D3D3. Windows color (decimal): -1454163 or 11390953. OLE color: 11390953.

HSL color Cylindrical-coordinate representation of color #E9CFAD: hue angle of 34º 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 #E9CFAD is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB233207173-
CMYK00.110.260.09
HSL34º57.69%79.61%-
HSV(B)34º25.75%91.37%-
XYZ63.4664.9748.73-
YUV210.9106.61143.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.01%
GREEN value IS 207 (81.25% from 255) = 33.77%
BLUE value IS 173 (67.97% from 255) = 28.22%
R=38.01%
G=33.77%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320717300.110.260.093457.6979.61
HexE9CFAD0B1A9223a50
Octal35131725501332114272120
Binary111010011100111110101101010111101010011000101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CFAD; }

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

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

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

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

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

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

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

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