#EDD3AA

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

Shades of Givry #EDD3AA

Tints of Givry #EDD3AA

Color information

#EDD3AA (or 0xEDD3AA) is unknown color: approx Givry. HEX triplet: ED, D3 and AA. RGB value is (237,211,170). Sum of RGB (Red+Green+Blue) = 237+211+170=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD3AA is #122C55. Grayscale: #D6D6D6. Windows color (decimal): -1190998 or 11195373. OLE color: 11195373.

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

Color convert

RGB237211170-
CMYK00.110.280.07
HSL36.72º65.05%79.8%-
HSV(B)36.72º28.27%92.94%-
XYZ65.4867.547.61-
YUV214.1103.11144.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 211 (82.81% from 255) = 34.14%
BLUE value IS 170 (66.80% from 255) = 27.51%
R=38.35%
G=34.14%
B=27.51%

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
Decimal23721117000.110.280.0736.7265.0579.8
HexEDD3AA0B1C7254150
Octal35532325201334745101120
Binary111011011101001110101010010111110011110010110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD3AA; }

 p { color: rgb(237,211,170); }

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

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

 a { background-color: rgb(237,211,170); }

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

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

 span { border-color: rgb(237,211,170); }

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