#EDD8AE

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

Shades of Givry #EDD8AE

Tints of Givry #EDD8AE

Color information

#EDD8AE (or 0xEDD8AE) is unknown color: approx Givry. HEX triplet: ED, D8 and AE. RGB value is (237,216,174). Sum of RGB (Red+Green+Blue) = 237+216+174=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD8AE is #122751. Grayscale: #D9D9D9. Windows color (decimal): -1189714 or 11458797. OLE color: 11458797.

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

Color convert

RGB237216174-
CMYK00.090.270.07
HSL40º63.64%80.59%-
HSV(B)40º26.58%92.94%-
XYZ67.1270.1750.05-
YUV217.49103.46141.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 216 (84.77% from 255) = 34.45%
BLUE value IS 174 (68.36% from 255) = 27.75%
R=37.80%
G=34.45%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721617400.090.270.074063.6480.59
HexEDD8AE091B7284051
Octal35533025601133750100121
Binary111011011101100010101110010011101111110100010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD8AE; }

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

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

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

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

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

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

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

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