#EFB575

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

Shades of Tacao #EFB575

Tints of Tacao #EFB575

Color information

#EFB575 (or 0xEFB575) is unknown color: approx Tacao. HEX triplet: EF, B5 and 75. RGB value is (239,181,117). Sum of RGB (Red+Green+Blue) = 239+181+117=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB575 is #104A8A. Grayscale: #BFBFBF. Windows color (decimal): -1067659 or 7714287. OLE color: 7714287.

HSL color Cylindrical-coordinate representation of color #EFB575: hue angle of 31.48º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFB575 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB239181117-
CMYK00.240.510.06
HSL31.48º79.22%69.8%-
HSV(B)31.48º51.05%93.73%-
XYZ55.3352.6824.08-
YUV191.0586.22162.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.51%
GREEN value IS 181 (71.09% from 255) = 33.71%
BLUE value IS 117 (46.09% from 255) = 21.79%
R=44.51%
G=33.71%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918111700.240.510.0631.4879.2269.8
HexEFB5750183361f4f46
Octal35726516503063637117106
Binary111011111011010111101010110001100111101111110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB575; }

 p { color: rgb(239,181,117); }

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

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

 a { background-color: rgb(239,181,117); }

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

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

 span { border-color: rgb(239,181,117); }

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