#EFD5AD

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

Shades of Givry #EFD5AD

Tints of Givry #EFD5AD

Color information

#EFD5AD (or 0xEFD5AD) is unknown color: approx Givry. HEX triplet: EF, D5 and AD. RGB value is (239,213,173). Sum of RGB (Red+Green+Blue) = 239+213+173=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD5AD is #102A52. Grayscale: #D8D8D8. Windows color (decimal): -1059411 or 11392495. OLE color: 11392495.

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

Color convert

RGB239213173-
CMYK00.110.280.06
HSL36.36º67.35%80.78%-
HSV(B)36.36º27.62%93.73%-
XYZ66.9368.9649.32-
YUV216.21103.61144.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.24%
GREEN value IS 213 (83.59% from 255) = 34.08%
BLUE value IS 173 (67.97% from 255) = 27.68%
R=38.24%
G=34.08%
B=27.68%

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
Decimal23921317300.110.280.0636.3667.3580.78
HexEFD5AD0B1C6244351
Octal35732525501334644103121
Binary111011111101010110101101010111110011010010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5AD; }

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

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

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

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

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

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

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

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