#EDD4AF

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

Shades of Givry #EDD4AF

Tints of Givry #EDD4AF

Color information

#EDD4AF (or 0xEDD4AF) is unknown color: approx Givry. HEX triplet: ED, D4 and AF. RGB value is (237,212,175). Sum of RGB (Red+Green+Blue) = 237+212+175=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD4AF is #122B50. Grayscale: #D7D7D7. Windows color (decimal): -1190737 or 11523309. OLE color: 11523309.

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

Color convert

RGB237212175-
CMYK00.110.260.07
HSL35.81º63.27%80.78%-
HSV(B)35.81º26.16%92.94%-
XYZ66.2168.1950.23-
YUV215.26105.28143.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 212 (83.20% from 255) = 33.97%
BLUE value IS 175 (68.75% from 255) = 28.04%
R=37.98%
G=33.97%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721217500.110.260.0735.8163.2780.78
HexEDD4AF0B1A7243f51
Octal3553242570133274477121
Binary11101101110101001010111101011110101111001001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD4AF; }

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

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

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

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

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

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

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

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