#EDD3AE

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

Shades of Givry #EDD3AE

Tints of Givry #EDD3AE

Color information

#EDD3AE (or 0xEDD3AE) is unknown color: approx Givry. HEX triplet: ED, D3 and AE. RGB value is (237,211,174). Sum of RGB (Red+Green+Blue) = 237+211+174=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 174 (68.36% from 255 or 27.97% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD3AE is #122C51. Grayscale: #D6D6D6. Windows color (decimal): -1190994 or 11457517. OLE color: 11457517.

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

Color convert

RGB237211174-
CMYK00.110.270.07
HSL35.24º63.64%80.59%-
HSV(B)35.24º26.58%92.94%-
XYZ65.8667.6549.63-
YUV214.56105.11144.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 211 (82.81% from 255) = 33.92%
BLUE value IS 174 (68.36% from 255) = 27.97%
R=38.10%
G=33.92%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721117400.110.270.0735.2463.6480.59
HexEDD3AE0B1B7234051
Octal35532325601333743100121
Binary111011011101001110101110010111101111110001110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD3AE; }

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

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

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

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

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

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

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

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