#E8CFAB

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

Shades of Givry #E8CFAB

Tints of Givry #E8CFAB

Color information

#E8CFAB (or 0xE8CFAB) is unknown color: approx Givry. HEX triplet: E8, CF and AB. RGB value is (232,207,171). Sum of RGB (Red+Green+Blue) = 232+207+171=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CFAB is #173054. Grayscale: #D2D2D2. Windows color (decimal): -1519701 or 11259880. OLE color: 11259880.

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

Color convert

RGB232207171-
CMYK00.110.260.09
HSL35.41º57.01%79.02%-
HSV(B)35.41º26.29%90.98%-
XYZ62.9464.7247.7-
YUV210.37105.78143.43-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.03%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 171 (67.19% from 255) = 28.03%
R=38.03%
G=33.93%
B=28.03%

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
Decimal23220717100.110.260.0935.4157.0179.02
HexE8CFAB0B1A923394f
Octal35031725301332114371117
Binary111010001100111110101011010111101010011000111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CFAB; }

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

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

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

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

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

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

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

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