#E4CFAD

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

Shades of Givry #E4CFAD

Tints of Givry #E4CFAD

Color information

#E4CFAD (or 0xE4CFAD) is unknown color: approx Givry. HEX triplet: E4, CF and AD. RGB value is (228,207,173). Sum of RGB (Red+Green+Blue) = 228+207+173=608 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.5% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CFAD is #1B3052. Grayscale: #D1D1D1. Windows color (decimal): -1781843 or 11390948. OLE color: 11390948.

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

Color convert

RGB228207173-
CMYK00.090.240.11
HSL37.09º50.46%78.63%-
HSV(B)37.09º24.12%89.41%-
XYZ61.8564.1448.65-
YUV209.4107.46141.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.5%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 173 (67.97% from 255) = 28.45%
R=37.5%
G=34.05%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820717300.090.240.1137.0950.4678.63
HexE4CFAD0918B25324f
Octal34431725501130134562117
Binary111001001100111110101101010011100010111001011100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CFAD; }

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

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

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

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

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

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

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

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