#EFD7AE

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

Shades of Givry #EFD7AE

Tints of Givry #EFD7AE

Color information

#EFD7AE (or 0xEFD7AE) is unknown color: approx Givry. HEX triplet: EF, D7 and AE. RGB value is (239,215,174). Sum of RGB (Red+Green+Blue) = 239+215+174=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 174 (68.36% from 255 or 27.71% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD7AE is #102851. Grayscale: #D9D9D9. Windows color (decimal): -1058898 or 11458543. OLE color: 11458543.

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

Color convert

RGB239215174-
CMYK00.100.270.06
HSL37.85º67.01%80.98%-
HSV(B)37.85º27.2%93.73%-
XYZ67.5470.0150-
YUV217.5103.45143.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 215 (84.38% from 255) = 34.24%
BLUE value IS 174 (68.36% from 255) = 27.71%
R=38.06%
G=34.24%
B=27.71%

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
Decimal23921517400.100.270.0637.8567.0180.98
HexEFD7AE0A1B6264351
Octal35732725601233646103121
Binary111011111101011110101110010101101111010011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7AE; }

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

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

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

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

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

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

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

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