#EDD0AF

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

Shades of Givry #EDD0AF

Tints of Givry #EDD0AF

Color information

#EDD0AF (or 0xEDD0AF) is unknown color: approx Givry. HEX triplet: ED, D0 and AF. RGB value is (237,208,175). Sum of RGB (Red+Green+Blue) = 237+208+175=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD0AF is #122F50. Grayscale: #D5D5D5. Windows color (decimal): -1191761 or 11522285. OLE color: 11522285.

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

Color convert

RGB237208175-
CMYK00.120.260.07
HSL31.94º63.27%80.78%-
HSV(B)31.94º26.16%92.94%-
XYZ65.2266.2149.9-
YUV212.91106.61145.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 208 (81.64% from 255) = 33.55%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=38.23%
G=33.55%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720817500.120.260.0731.9463.2780.78
HexEDD0AF0C1A7203f51
Octal3553202570143274077121
Binary11101101110100001010111101100110101111000001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0AF; }

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

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

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

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

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

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

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

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