#EFD5AB

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

Shades of Givry #EFD5AB

Tints of Givry #EFD5AB

Color information

#EFD5AB (or 0xEFD5AB) is unknown color: approx Givry. HEX triplet: EF, D5 and AB. RGB value is (239,213,171). Sum of RGB (Red+Green+Blue) = 239+213+171=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD5AB is #102A54. Grayscale: #D8D8D8. Windows color (decimal): -1059413 or 11261423. OLE color: 11261423.

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

Color convert

RGB239213171-
CMYK00.110.280.06
HSL37.06º68%80.39%-
HSV(B)37.06º28.45%93.73%-
XYZ66.7468.8848.31-
YUV215.99102.61144.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 213 (83.59% from 255) = 34.19%
BLUE value IS 171 (67.19% from 255) = 27.45%
R=38.36%
G=34.19%
B=27.45%

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
Decimal23921317100.110.280.0637.066880.39
HexEFD5AB0B1C6254450
Octal35732525301334645104120
Binary111011111101010110101011010111110011010010110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5AB; }

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

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

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

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

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

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

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

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