#EFD4AB

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

Shades of Givry #EFD4AB

Tints of Givry #EFD4AB

Color information

#EFD4AB (or 0xEFD4AB) is unknown color: approx Givry. HEX triplet: EF, D4 and AB. RGB value is (239,212,171). Sum of RGB (Red+Green+Blue) = 239+212+171=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD4AB is #102B54. Grayscale: #D7D7D7. Windows color (decimal): -1059669 or 11261167. OLE color: 11261167.

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

Color convert

RGB239212171-
CMYK00.110.280.06
HSL36.18º68%80.39%-
HSV(B)36.18º28.45%93.73%-
XYZ66.4968.3848.22-
YUV215.4102.95144.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 212 (83.20% from 255) = 34.08%
BLUE value IS 171 (67.19% from 255) = 27.49%
R=38.42%
G=34.08%
B=27.49%

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
Decimal23921217100.110.280.0636.186880.39
HexEFD4AB0B1C6244450
Octal35732425301334644104120
Binary111011111101010010101011010111110011010010010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4AB; }

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

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

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

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

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

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

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

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