#EFD4AC

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

Shades of Givry #EFD4AC

Tints of Givry #EFD4AC

Color information

#EFD4AC (or 0xEFD4AC) is unknown color: approx Givry. HEX triplet: EF, D4 and AC. RGB value is (239,212,172). Sum of RGB (Red+Green+Blue) = 239+212+172=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD4AC is #102B53. Grayscale: #D7D7D7. Windows color (decimal): -1059668 or 11326703. OLE color: 11326703.

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

Color convert

RGB239212172-
CMYK00.110.280.06
HSL35.82º67.68%80.59%-
HSV(B)35.82º28.03%93.73%-
XYZ66.5968.4248.73-
YUV215.51103.45144.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 212 (83.20% from 255) = 34.03%
BLUE value IS 172 (67.58% from 255) = 27.61%
R=38.36%
G=34.03%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921217200.110.280.0635.8267.6880.59
HexEFD4AC0B1C6244451
Octal35732425401334644104121
Binary111011111101010010101100010111110011010010010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4AC; }

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

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

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

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

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

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

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

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