#EFB07D

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

Shades of Tacao #EFB07D

Tints of Tacao #EFB07D

Color information

#EFB07D (or 0xEFB07D) is unknown color: approx Tacao. HEX triplet: EF, B0 and 7D. RGB value is (239,176,125). Sum of RGB (Red+Green+Blue) = 239+176+125=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB07D is #104F82. Grayscale: #BDBDBD. Windows color (decimal): -1068931 or 8237295. OLE color: 8237295.

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

Color convert

RGB239176125-
CMYK00.260.480.06
HSL26.84º78.08%71.37%-
HSV(B)26.84º47.7%93.73%-
XYZ54.8250.8826.33-
YUV189.0291.87163.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.26%
GREEN value IS 176 (69.14% from 255) = 32.59%
BLUE value IS 125 (49.22% from 255) = 23.15%
R=44.26%
G=32.59%
B=23.15%

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
Decimal23917612500.260.480.0626.8478.0871.37
HexEFB07D01A3061b4e47
Octal35726017503260633116107
Binary111011111011000011111010110101100001101101110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB07D; }

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

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

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

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

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

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

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

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