#EFD5AC

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

Shades of Givry #EFD5AC

Tints of Givry #EFD5AC

Color information

#EFD5AC (or 0xEFD5AC) is unknown color: approx Givry. HEX triplet: EF, D5 and AC. RGB value is (239,213,172). Sum of RGB (Red+Green+Blue) = 239+213+172=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD5AC is #102A53. Grayscale: #D8D8D8. Windows color (decimal): -1059412 or 11326959. OLE color: 11326959.

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

Color convert

RGB239213172-
CMYK00.110.280.06
HSL36.72º67.68%80.59%-
HSV(B)36.72º28.03%93.73%-
XYZ66.8468.9248.81-
YUV216.1103.11144.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 213 (83.59% from 255) = 34.13%
BLUE value IS 172 (67.58% from 255) = 27.56%
R=38.30%
G=34.13%
B=27.56%

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
Decimal23921317200.110.280.0636.7267.6880.59
HexEFD5AC0B1C6254451
Octal35732525401334645104121
Binary111011111101010110101100010111110011010010110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5AC; }

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

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

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

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

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

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

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

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