#E4CDAF

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

Shades of Givry #E4CDAF

Tints of Givry #E4CDAF

Color information

#E4CDAF (or 0xE4CDAF) is unknown color: approx Givry. HEX triplet: E4, CD and AF. RGB value is (228,205,175). Sum of RGB (Red+Green+Blue) = 228+205+175=608 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.5% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CDAF is #1B3250. Grayscale: #D0D0D0. Windows color (decimal): -1782353 or 11521508. OLE color: 11521508.

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

Color convert

RGB228205175-
CMYK00.100.230.11
HSL33.96º49.53%79.02%-
HSV(B)33.96º23.25%89.41%-
XYZ61.5663.2549.52-
YUV208.46109.12141.94-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.5%
GREEN value IS 205 (80.47% from 255) = 33.72%
BLUE value IS 175 (68.75% from 255) = 28.78%
R=37.5%
G=33.72%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820517500.100.230.1133.9649.5379.02
HexE4CDAF0A17B22324f
Octal34431525701227134262117
Binary111001001100110110101111010101011110111000101100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CDAF; }

 p { color: rgb(228,205,175); }

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

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

 a { background-color: rgb(228,205,175); }

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

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

 span { border-color: rgb(228,205,175); }

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