#E8CDAA

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

Shades of Givry #E8CDAA

Tints of Givry #E8CDAA

Color information

#E8CDAA (or 0xE8CDAA) is unknown color: approx Givry. HEX triplet: E8, CD and AA. RGB value is (232,205,170). Sum of RGB (Red+Green+Blue) = 232+205+170=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CDAA is #173255. Grayscale: #D1D1D1. Windows color (decimal): -1520214 or 11193832. OLE color: 11193832.

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

Color convert

RGB232205170-
CMYK00.120.270.09
HSL33.87º57.41%78.82%-
HSV(B)33.87º26.72%90.98%-
XYZ62.3763.7247.04-
YUV209.08105.95144.35-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.22%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 170 (66.80% from 255) = 28.01%
R=38.22%
G=33.77%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220517000.120.270.0933.8757.4178.82
HexE8CDAA0C1B922394f
Octal35031525201433114271117
Binary111010001100110110101010011001101110011000101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDAA; }

 p { color: rgb(232,205,170); }

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

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

 a { background-color: rgb(232,205,170); }

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

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

 span { border-color: rgb(232,205,170); }

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