#EDD7B1

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

Shades of Givry #EDD7B1

Tints of Givry #EDD7B1

Color information

#EDD7B1 (or 0xEDD7B1) is unknown color: approx Givry. HEX triplet: ED, D7 and B1. RGB value is (237,215,177). Sum of RGB (Red+Green+Blue) = 237+215+177=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 177 (69.53% from 255 or 28.14% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD7B1 is #12284E. Grayscale: #D9D9D9. Windows color (decimal): -1189967 or 11655149. OLE color: 11655149.

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

Color convert

RGB237215177-
CMYK00.090.250.07
HSL38º62.5%81.18%-
HSV(B)38º25.32%92.94%-
XYZ67.1669.7851.52-
YUV217.25105.29142.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 215 (84.38% from 255) = 34.18%
BLUE value IS 177 (69.53% from 255) = 28.14%
R=37.68%
G=34.18%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721517700.090.250.073862.581.18
HexEDD7B109197263e51
Octal3553272610113174676121
Binary11101101110101111011000101001110011111001101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD7B1; }

 p { color: rgb(237,215,177); }

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

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

 a { background-color: rgb(237,215,177); }

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

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

 span { border-color: rgb(237,215,177); }

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