#E8CFAD

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

Shades of Givry #E8CFAD

Tints of Givry #E8CFAD

Color information

#E8CFAD (or 0xE8CFAD) is unknown color: approx Givry. HEX triplet: E8, CF and AD. RGB value is (232,207,173). Sum of RGB (Red+Green+Blue) = 232+207+173=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CFAD is #173052. Grayscale: #D2D2D2. Windows color (decimal): -1519699 or 11390952. OLE color: 11390952.

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

Color convert

RGB232207173-
CMYK00.110.250.09
HSL34.58º56.19%79.41%-
HSV(B)34.58º25.43%90.98%-
XYZ63.1364.848.72-
YUV210.6106.78143.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.91%
GREEN value IS 207 (81.25% from 255) = 33.82%
BLUE value IS 173 (67.97% from 255) = 28.27%
R=37.91%
G=33.82%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220717300.110.250.0934.5856.1979.41
HexE8CFAD0B19923384f
Octal35031725501331114370117
Binary111010001100111110101101010111100110011000111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CFAD; }

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

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

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

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

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

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

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

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