#EDD5AF

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

Shades of Givry #EDD5AF

Tints of Givry #EDD5AF

Color information

#EDD5AF (or 0xEDD5AF) is unknown color: approx Givry. HEX triplet: ED, D5 and AF. RGB value is (237,213,175). Sum of RGB (Red+Green+Blue) = 237+213+175=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD5AF is #122A50. Grayscale: #D8D8D8. Windows color (decimal): -1190481 or 11523565. OLE color: 11523565.

HSL color Cylindrical-coordinate representation of color #EDD5AF: hue angle of 36.77º 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 #EDD5AF is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB237213175-
CMYK00.100.260.07
HSL36.77º63.27%80.78%-
HSV(B)36.77º26.16%92.94%-
XYZ66.4668.6950.31-
YUV215.84104.95143.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.92%
GREEN value IS 213 (83.59% from 255) = 34.08%
BLUE value IS 175 (68.75% from 255) = 28%
R=37.92%
G=34.08%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721317500.100.260.0736.7763.2780.78
HexEDD5AF0A1A7253f51
Octal3553252570123274577121
Binary11101101110101011010111101010110101111001011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD5AF; }

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

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

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

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

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

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

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

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