#EDD4AB

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

Shades of Givry #EDD4AB

Tints of Givry #EDD4AB

Color information

#EDD4AB (or 0xEDD4AB) is unknown color: approx Givry. HEX triplet: ED, D4 and AB. RGB value is (237,212,171). Sum of RGB (Red+Green+Blue) = 237+212+171=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD4AB is #122B54. Grayscale: #D6D6D6. Windows color (decimal): -1190741 or 11261165. OLE color: 11261165.

HSL color Cylindrical-coordinate representation of color #EDD4AB: hue angle of 37.27º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDD4AB is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237212171-
CMYK00.110.280.07
HSL37.27º64.71%80%-
HSV(B)37.27º27.85%92.94%-
XYZ65.8268.0348.19-
YUV214.8103.28143.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 212 (83.20% from 255) = 34.19%
BLUE value IS 171 (67.19% from 255) = 27.58%
R=38.23%
G=34.19%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721217100.110.280.0737.2764.7180
HexEDD4AB0B1C7254150
Octal35532425301334745101120
Binary111011011101010010101011010111110011110010110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD4AB; }

 p { color: rgb(237,212,171); }

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

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

 a { background-color: rgb(237,212,171); }

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

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

 span { border-color: rgb(237,212,171); }

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