#EDA778

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

Shades of Tacao #EDA778

Tints of Tacao #EDA778

Color information

#EDA778 (or 0xEDA778) is unknown color: approx Tacao. HEX triplet: ED, A7 and 78. RGB value is (237,167,120). Sum of RGB (Red+Green+Blue) = 237+167+120=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA778 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA778 is #125887. Grayscale: #B6B6B6. Windows color (decimal): -1202312 or 7907309. OLE color: 7907309.

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

Color convert

RGB237167120-
CMYK00.300.490.07
HSL24.1º76.47%70%-
HSV(B)24.1º49.37%92.94%-
XYZ52.134724.09-
YUV182.5792.69166.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.23%
GREEN value IS 167 (65.62% from 255) = 31.87%
BLUE value IS 120 (47.27% from 255) = 22.90%
R=45.23%
G=31.87%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716712000.300.490.0724.176.4770
HexEDA77801E317184c46
Octal35524717003661730114106
Binary111011011010011111110000111101100011111100010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA778; }

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

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

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

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

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

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

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

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