#EFB17B

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

Shades of Tacao #EFB17B

Tints of Tacao #EFB17B

Color information

#EFB17B (or 0xEFB17B) is unknown color: approx Tacao. HEX triplet: EF, B1 and 7B. RGB value is (239,177,123). Sum of RGB (Red+Green+Blue) = 239+177+123=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB17B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB17B is #104E84. Grayscale: #BDBDBD. Windows color (decimal): -1068677 or 8106479. OLE color: 8106479.

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

Color convert

RGB239177123-
CMYK00.260.490.06
HSL27.93º78.38%70.98%-
HSV(B)27.93º48.54%93.73%-
XYZ54.8951.2325.73-
YUV189.3890.54163.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.34%
GREEN value IS 177 (69.53% from 255) = 32.84%
BLUE value IS 123 (48.44% from 255) = 22.82%
R=44.34%
G=32.84%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917712300.260.490.0627.9378.3870.98
HexEFB17B01A3161c4e47
Octal35726117303261634116107
Binary111011111011000111110110110101100011101110010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB17B; }

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

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

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

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

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

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

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

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