#E6D2AF

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

Shades of Givry #E6D2AF

Tints of Givry #E6D2AF

Color information

#E6D2AF (or 0xE6D2AF) is unknown color: approx Givry. HEX triplet: E6, D2 and AF. RGB value is (230,210,175). Sum of RGB (Red+Green+Blue) = 230+210+175=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D2AF is #192D50. Grayscale: #D4D4D4. Windows color (decimal): -1650001 or 11522790. OLE color: 11522790.

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

Color convert

RGB230210175-
CMYK00.090.240.10
HSL38.18º52.38%79.41%-
HSV(B)38.18º23.91%90.2%-
XYZ63.4266.0149.96-
YUV211.99107.13140.85-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.40%
GREEN value IS 210 (82.42% from 255) = 34.15%
BLUE value IS 175 (68.75% from 255) = 28.46%
R=37.40%
G=34.15%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021017500.090.240.1038.1852.3879.41
HexE6D2AF0918A26344f
Octal34632225701130124664117
Binary111001101101001010101111010011100010101001101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D2AF; }

 p { color: rgb(230,210,175); }

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

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

 a { background-color: rgb(230,210,175); }

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

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

 span { border-color: rgb(230,210,175); }

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