#EFD6AE

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

Shades of Givry #EFD6AE

Tints of Givry #EFD6AE

Color information

#EFD6AE (or 0xEFD6AE) is unknown color: approx Givry. HEX triplet: EF, D6 and AE. RGB value is (239,214,174). Sum of RGB (Red+Green+Blue) = 239+214+174=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD6AE is #102951. Grayscale: #D9D9D9. Windows color (decimal): -1059154 or 11458287. OLE color: 11458287.

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

Color convert

RGB239214174-
CMYK00.100.270.06
HSL36.92º67.01%80.98%-
HSV(B)36.92º27.2%93.73%-
XYZ67.2869.549.91-
YUV216.92103.78143.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 214 (83.98% from 255) = 34.13%
BLUE value IS 174 (68.36% from 255) = 27.75%
R=38.12%
G=34.13%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921417400.100.270.0636.9267.0180.98
HexEFD6AE0A1B6254351
Octal35732625601233645103121
Binary111011111101011010101110010101101111010010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6AE; }

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

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

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

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

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

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

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

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