#EDA771

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

Shades of Tacao #EDA771

Tints of Tacao #EDA771

Color information

#EDA771 (or 0xEDA771) is unknown color: approx Tacao. HEX triplet: ED, A7 and 71. RGB value is (237,167,113). Sum of RGB (Red+Green+Blue) = 237+167+113=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA771 is #12588E. Grayscale: #B6B6B6. Windows color (decimal): -1202319 or 7448557. OLE color: 7448557.

HSL color Cylindrical-coordinate representation of color #EDA771: hue angle of 26.13º degrees, saturation: 0.78, 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 #EDA771 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB237167113-
CMYK00.300.520.07
HSL26.13º77.5%68.63%-
HSV(B)26.13º52.32%92.94%-
XYZ51.7246.8321.94-
YUV181.7789.19167.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.84%
GREEN value IS 167 (65.62% from 255) = 32.30%
BLUE value IS 113 (44.53% from 255) = 21.86%
R=45.84%
G=32.30%
B=21.86%

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
Decimal23716711300.300.520.0726.1377.568.63
HexEDA77101E3471a4e45
Octal35524716103664732116105
Binary111011011010011111100010111101101001111101010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA771; }

 p { color: rgb(237,167,113); }

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

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

 a { background-color: rgb(237,167,113); }

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

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

 span { border-color: rgb(237,167,113); }

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