#EFB17D

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

Shades of Tacao #EFB17D

Tints of Tacao #EFB17D

Color information

#EFB17D (or 0xEFB17D) is unknown color: approx Tacao. HEX triplet: EF, B1 and 7D. RGB value is (239,177,125). Sum of RGB (Red+Green+Blue) = 239+177+125=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB17D is #104E82. Grayscale: #BDBDBD. Windows color (decimal): -1068675 or 8237551. OLE color: 8237551.

HSL color Cylindrical-coordinate representation of color #EFB17D: hue angle of 27.37º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFB17D is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB239177125-
CMYK00.260.480.06
HSL27.37º78.08%71.37%-
HSV(B)27.37º47.7%93.73%-
XYZ55.0251.2826.4-
YUV189.6191.54163.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.18%
GREEN value IS 177 (69.53% from 255) = 32.72%
BLUE value IS 125 (49.22% from 255) = 23.11%
R=44.18%
G=32.72%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917712500.260.480.0627.3778.0871.37
HexEFB17D01A3061b4e47
Octal35726117503260633116107
Binary111011111011000111111010110101100001101101110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB17D; }

 p { color: rgb(239,177,125); }

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

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

 a { background-color: rgb(239,177,125); }

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

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

 span { border-color: rgb(239,177,125); }

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