#EDD6AB

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

Shades of Givry #EDD6AB

Tints of Givry #EDD6AB

Color information

#EDD6AB (or 0xEDD6AB) is unknown color: approx Givry. HEX triplet: ED, D6 and AB. RGB value is (237,214,171). Sum of RGB (Red+Green+Blue) = 237+214+171=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD6AB is #122954. Grayscale: #D8D8D8. Windows color (decimal): -1190229 or 11261677. OLE color: 11261677.

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

Color convert

RGB237214171-
CMYK00.100.280.07
HSL39.09º64.71%80%-
HSV(B)39.09º27.85%92.94%-
XYZ66.3269.0448.36-
YUV215.98102.62143-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 214 (83.98% from 255) = 34.41%
BLUE value IS 171 (67.19% from 255) = 27.49%
R=38.10%
G=34.41%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721417100.100.280.0739.0964.7180
HexEDD6AB0A1C7274150
Octal35532625301234747101120
Binary111011011101011010101011010101110011110011110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD6AB; }

 p { color: rgb(237,214,171); }

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

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

 a { background-color: rgb(237,214,171); }

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

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

 span { border-color: rgb(237,214,171); }

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