#EFD5AF

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

Shades of Givry #EFD5AF

Tints of Givry #EFD5AF

Color information

#EFD5AF (or 0xEFD5AF) is unknown color: approx Givry. HEX triplet: EF, D5 and AF. RGB value is (239,213,175). Sum of RGB (Red+Green+Blue) = 239+213+175=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD5AF is #102A50. Grayscale: #D8D8D8. Windows color (decimal): -1059409 or 11523567. OLE color: 11523567.

HSL color Cylindrical-coordinate representation of color #EFD5AF: hue angle of 35.62º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFD5AF is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB239213175-
CMYK00.110.270.06
HSL35.62º66.67%81.18%-
HSV(B)35.62º26.78%93.73%-
XYZ67.1369.0350.34-
YUV216.44104.61144.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 213 (83.59% from 255) = 33.97%
BLUE value IS 175 (68.75% from 255) = 27.91%
R=38.12%
G=33.97%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921317500.110.270.0635.6266.6781.18
HexEFD5AF0B1B6244351
Octal35732525701333644103121
Binary111011111101010110101111010111101111010010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5AF; }

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

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

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

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

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

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

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

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