#EDA77F

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

Shades of Tacao #EDA77F

Tints of Tacao #EDA77F

Color information

#EDA77F (or 0xEDA77F) is unknown color: approx Tacao. HEX triplet: ED, A7 and 7F. RGB value is (237,167,127). Sum of RGB (Red+Green+Blue) = 237+167+127=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA77F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA77F is #125880. Grayscale: #B7B7B7. Windows color (decimal): -1202305 or 8366061. OLE color: 8366061.

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

Color convert

RGB237167127-
CMYK00.300.460.07
HSL21.82º75.34%71.37%-
HSV(B)21.82º46.41%92.94%-
XYZ52.5747.1726.41-
YUV183.3796.19166.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.63%
GREEN value IS 167 (65.62% from 255) = 31.45%
BLUE value IS 127 (50% from 255) = 23.92%
R=44.63%
G=31.45%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716712700.300.460.0721.8275.3471.37
HexEDA77F01E2E7164b47
Octal35524717703656726113107
Binary111011011010011111111110111101011101111011010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA77F; }

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

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

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

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

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

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

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

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