#EFD3AC

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

Shades of Givry #EFD3AC

Tints of Givry #EFD3AC

Color information

#EFD3AC (or 0xEFD3AC) is unknown color: approx Givry. HEX triplet: EF, D3 and AC. RGB value is (239,211,172). Sum of RGB (Red+Green+Blue) = 239+211+172=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD3AC is #102C53. Grayscale: #D7D7D7. Windows color (decimal): -1059924 or 11326447. OLE color: 11326447.

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

Color convert

RGB239211172-
CMYK00.120.280.06
HSL34.93º67.68%80.59%-
HSV(B)34.93º28.03%93.73%-
XYZ66.3467.9248.64-
YUV214.93103.78145.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 211 (82.81% from 255) = 33.92%
BLUE value IS 172 (67.58% from 255) = 27.65%
R=38.42%
G=33.92%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921117200.120.280.0634.9367.6880.59
HexEFD3AC0C1C6234451
Octal35732325401434643104121
Binary111011111101001110101100011001110011010001110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD3AC; }

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

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

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

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

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

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

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

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