#EFB17E

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

Shades of Tacao #EFB17E

Tints of Tacao #EFB17E

Color information

#EFB17E (or 0xEFB17E) is unknown color: approx Tacao. HEX triplet: EF, B1 and 7E. RGB value is (239,177,126). Sum of RGB (Red+Green+Blue) = 239+177+126=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB17E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB17E is #104E81. Grayscale: #BDBDBD. Windows color (decimal): -1068674 or 8303087. OLE color: 8303087.

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

Color convert

RGB239177126-
CMYK00.260.470.06
HSL27.08º77.93%71.57%-
HSV(B)27.08º47.28%93.73%-
XYZ55.0851.326.74-
YUV189.7292.04163.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.10%
GREEN value IS 177 (69.53% from 255) = 32.66%
BLUE value IS 126 (49.61% from 255) = 23.25%
R=44.10%
G=32.66%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917712600.260.470.0627.0877.9371.57
HexEFB17E01A2F61b4e48
Octal35726117603257633116110
Binary111011111011000111111100110101011111101101110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB17E; }

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

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

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

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

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

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

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

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