#EDA672

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

Shades of Tacao #EDA672

Tints of Tacao #EDA672

Color information

#EDA672 (or 0xEDA672) is unknown color: approx Tacao. HEX triplet: ED, A6 and 72. RGB value is (237,166,114). Sum of RGB (Red+Green+Blue) = 237+166+114=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA672 is #12598D. Grayscale: #B5B5B5. Windows color (decimal): -1202574 or 7513837. OLE color: 7513837.

HSL color Cylindrical-coordinate representation of color #EDA672: hue angle of 25.37º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDA672 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB237166114-
CMYK00.300.520.07
HSL25.37º77.36%68.82%-
HSV(B)25.37º51.9%92.94%-
XYZ51.646.4922.17-
YUV181.390.02167.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.84%
GREEN value IS 166 (65.23% from 255) = 32.11%
BLUE value IS 114 (44.92% from 255) = 22.05%
R=45.84%
G=32.11%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716611400.300.520.0725.3777.3668.82
HexEDA67201E347194d45
Octal35524616203664731115105
Binary111011011010011011100100111101101001111100110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA672; }

 p { color: rgb(237,166,114); }

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

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

 a { background-color: rgb(237,166,114); }

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

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

 span { border-color: rgb(237,166,114); }

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