#EDD4AE

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

Shades of Givry #EDD4AE

Tints of Givry #EDD4AE

Color information

#EDD4AE (or 0xEDD4AE) is unknown color: approx Givry. HEX triplet: ED, D4 and AE. RGB value is (237,212,174). Sum of RGB (Red+Green+Blue) = 237+212+174=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 174 (68.36% from 255 or 27.93% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD4AE is #122B51. Grayscale: #D7D7D7. Windows color (decimal): -1190738 or 11457773. OLE color: 11457773.

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

Color convert

RGB237212174-
CMYK00.110.270.07
HSL36.19º63.64%80.59%-
HSV(B)36.19º26.58%92.94%-
XYZ66.1168.1549.71-
YUV215.14104.78143.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 212 (83.20% from 255) = 34.03%
BLUE value IS 174 (68.36% from 255) = 27.93%
R=38.04%
G=34.03%
B=27.93%

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
Decimal23721217400.110.270.0736.1963.6480.59
HexEDD4AE0B1B7244051
Octal35532425601333744100121
Binary111011011101010010101110010111101111110010010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD4AE; }

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

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

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

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

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

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

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

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