#EFD9AE

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

Shades of Givry #EFD9AE

Tints of Givry #EFD9AE

Color information

#EFD9AE (or 0xEFD9AE) is unknown color: approx Givry. HEX triplet: EF, D9 and AE. RGB value is (239,217,174). Sum of RGB (Red+Green+Blue) = 239+217+174=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD9AE is #102651. Grayscale: #DADADA. Windows color (decimal): -1058386 or 11459055. OLE color: 11459055.

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

Color convert

RGB239217174-
CMYK00.090.270.06
HSL39.69º67.01%80.98%-
HSV(B)39.69º27.2%93.73%-
XYZ68.0571.0350.17-
YUV218.68102.79142.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 217 (85.16% from 255) = 34.44%
BLUE value IS 174 (68.36% from 255) = 27.62%
R=37.94%
G=34.44%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921717400.090.270.0639.6967.0180.98
HexEFD9AE091B6284351
Octal35733125601133650103121
Binary111011111101100110101110010011101111010100010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9AE; }

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

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

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

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

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

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

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

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