#EFD1AD

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

Shades of Givry #EFD1AD

Tints of Givry #EFD1AD

Color information

#EFD1AD (or 0xEFD1AD) is unknown color: approx Givry. HEX triplet: EF, D1 and AD. RGB value is (239,209,173). Sum of RGB (Red+Green+Blue) = 239+209+173=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD1AD is #102E52. Grayscale: #D6D6D6. Windows color (decimal): -1060435 or 11391471. OLE color: 11391471.

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

Color convert

RGB239209173-
CMYK00.130.280.06
HSL32.73º67.35%80.78%-
HSV(B)32.73º27.62%93.73%-
XYZ65.9466.9748.99-
YUV213.87104.94145.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 209 (82.03% from 255) = 33.66%
BLUE value IS 173 (67.97% from 255) = 27.86%
R=38.49%
G=33.66%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920917300.130.280.0632.7367.3580.78
HexEFD1AD0D1C6214351
Octal35732125501534641103121
Binary111011111101000110101101011011110011010000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD1AD; }

 p { color: rgb(239,209,173); }

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

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

 a { background-color: rgb(239,209,173); }

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

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

 span { border-color: rgb(239,209,173); }

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