#EFD6AB

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

Shades of Givry #EFD6AB

Tints of Givry #EFD6AB

Color information

#EFD6AB (or 0xEFD6AB) is unknown color: approx Givry. HEX triplet: EF, D6 and AB. RGB value is (239,214,171). Sum of RGB (Red+Green+Blue) = 239+214+171=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD6AB is #102954. Grayscale: #D8D8D8. Windows color (decimal): -1059157 or 11261679. OLE color: 11261679.

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

Color convert

RGB239214171-
CMYK00.100.280.06
HSL37.94º68%80.39%-
HSV(B)37.94º28.45%93.73%-
XYZ66.9969.3848.39-
YUV216.57102.28144-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 214 (83.98% from 255) = 34.29%
BLUE value IS 171 (67.19% from 255) = 27.40%
R=38.30%
G=34.29%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921417100.100.280.0637.946880.39
HexEFD6AB0A1C6264450
Octal35732625301234646104120
Binary111011111101011010101011010101110011010011010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6AB; }

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

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

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

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

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

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

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

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