#EDD1AC

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

Shades of Givry #EDD1AC

Tints of Givry #EDD1AC

Color information

#EDD1AC (or 0xEDD1AC) is unknown color: approx Givry. HEX triplet: ED, D1 and AC. RGB value is (237,209,172). Sum of RGB (Red+Green+Blue) = 237+209+172=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 209 (82.03% from 255 or 33.82% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD1AC is #122E53. Grayscale: #D5D5D5. Windows color (decimal): -1191508 or 11325933. OLE color: 11325933.

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

Color convert

RGB237209172-
CMYK00.120.270.07
HSL34.15º64.36%80.2%-
HSV(B)34.15º27.43%92.94%-
XYZ65.1766.5848.45-
YUV213.15104.78145.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 209 (82.03% from 255) = 33.82%
BLUE value IS 172 (67.58% from 255) = 27.83%
R=38.35%
G=33.82%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720917200.120.270.0734.1564.3680.2
HexEDD1AC0C1B7224050
Octal35532125401433742100120
Binary111011011101000110101100011001101111110001010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD1AC; }

 p { color: rgb(237,209,172); }

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

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

 a { background-color: rgb(237,209,172); }

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

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

 span { border-color: rgb(237,209,172); }

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