#EFB07B

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

Shades of Tacao #EFB07B

Tints of Tacao #EFB07B

Color information

#EFB07B (or 0xEFB07B) is unknown color: approx Tacao. HEX triplet: EF, B0 and 7B. RGB value is (239,176,123). Sum of RGB (Red+Green+Blue) = 239+176+123=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB07B is #104F84. Grayscale: #BDBDBD. Windows color (decimal): -1068933 or 8106223. OLE color: 8106223.

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

Color convert

RGB239176123-
CMYK00.260.490.06
HSL27.41º78.38%70.98%-
HSV(B)27.41º48.54%93.73%-
XYZ54.750.8325.67-
YUV188.890.87163.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.42%
GREEN value IS 176 (69.14% from 255) = 32.71%
BLUE value IS 123 (48.44% from 255) = 22.86%
R=44.42%
G=32.71%
B=22.86%

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
Decimal23917612300.260.490.0627.4178.3870.98
HexEFB07B01A3161b4e47
Octal35726017303261633116107
Binary111011111011000011110110110101100011101101110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB07B; }

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

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

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

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

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

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

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

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