#EDA379

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

Shades of Tacao #EDA379

Tints of Tacao #EDA379

Color information

#EDA379 (or 0xEDA379) is unknown color: approx Tacao. HEX triplet: ED, A3 and 79. RGB value is (237,163,121). Sum of RGB (Red+Green+Blue) = 237+163+121=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA379 is #125C86. Grayscale: #B4B4B4. Windows color (decimal): -1203335 or 7971821. OLE color: 7971821.

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

Color convert

RGB237163121-
CMYK00.310.490.07
HSL21.72º76.32%70.2%-
HSV(B)21.72º48.95%92.94%-
XYZ51.4745.5824.17-
YUV180.3494.52168.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.49%
GREEN value IS 163 (64.06% from 255) = 31.29%
BLUE value IS 121 (47.66% from 255) = 23.22%
R=45.49%
G=31.29%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716312100.310.490.0721.7276.3270.2
HexEDA37901F317164c46
Octal35524317103761726114106
Binary111011011010001111110010111111100011111011010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA379; }

 p { color: rgb(237,163,121); }

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

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

 a { background-color: rgb(237,163,121); }

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

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

 span { border-color: rgb(237,163,121); }

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