#EFD4AF

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

Shades of Givry #EFD4AF

Tints of Givry #EFD4AF

Color information

#EFD4AF (or 0xEFD4AF) is unknown color: approx Givry. HEX triplet: EF, D4 and AF. RGB value is (239,212,175). Sum of RGB (Red+Green+Blue) = 239+212+175=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 212 (83.20% from 255 or 33.87% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD4AF is #102B50. Grayscale: #D8D8D8. Windows color (decimal): -1059665 or 11523311. OLE color: 11523311.

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

Color convert

RGB239212175-
CMYK00.110.270.06
HSL34.69º66.67%81.18%-
HSV(B)34.69º26.78%93.73%-
XYZ66.8868.5350.26-
YUV215.85104.95144.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 212 (83.20% from 255) = 33.87%
BLUE value IS 175 (68.75% from 255) = 27.96%
R=38.18%
G=33.87%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921217500.110.270.0634.6966.6781.18
HexEFD4AF0B1B6234351
Octal35732425701333643103121
Binary111011111101010010101111010111101111010001110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4AF; }

 p { color: rgb(239,212,175); }

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

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

 a { background-color: rgb(239,212,175); }

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

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

 span { border-color: rgb(239,212,175); }

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