#EFD9AD

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

Shades of Givry #EFD9AD

Tints of Givry #EFD9AD

Color information

#EFD9AD (or 0xEFD9AD) is unknown color: approx Givry. HEX triplet: EF, D9 and AD. RGB value is (239,217,173). Sum of RGB (Red+Green+Blue) = 239+217+173=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD9AD is #102652. Grayscale: #DADADA. Windows color (decimal): -1058387 or 11393519. OLE color: 11393519.

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

Color convert

RGB239217173-
CMYK00.090.280.06
HSL40º67.35%80.78%-
HSV(B)40º27.62%93.73%-
XYZ67.9570.9949.66-
YUV218.56102.29142.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 217 (85.16% from 255) = 34.50%
BLUE value IS 173 (67.97% from 255) = 27.50%
R=38.00%
G=34.50%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921717300.090.280.064067.3580.78
HexEFD9AD091C6284351
Octal35733125501134650103121
Binary111011111101100110101101010011110011010100010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9AD; }

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

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

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

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

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

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

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

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