#EDA978

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

Shades of Tacao #EDA978

Tints of Tacao #EDA978

Color information

#EDA978 (or 0xEDA978) is unknown color: approx Tacao. HEX triplet: ED, A9 and 78. RGB value is (237,169,120). Sum of RGB (Red+Green+Blue) = 237+169+120=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA978 is #125687. Grayscale: #B8B8B8. Windows color (decimal): -1201800 or 7907821. OLE color: 7907821.

HSL color Cylindrical-coordinate representation of color #EDA978: hue angle of 25.13º 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 #EDA978 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB237169120-
CMYK00.290.490.07
HSL25.13º76.47%70%-
HSV(B)25.13º49.37%92.94%-
XYZ52.547.7424.22-
YUV183.7592.03165.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.06%
GREEN value IS 169 (66.41% from 255) = 32.13%
BLUE value IS 120 (47.27% from 255) = 22.81%
R=45.06%
G=32.13%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716912000.290.490.0725.1376.4770
HexEDA97801D317194c46
Octal35525117003561731114106
Binary111011011010100111110000111011100011111100110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA978; }

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

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

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

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

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

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

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

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