#EDA775

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

Shades of Tacao #EDA775

Tints of Tacao #EDA775

Color information

#EDA775 (or 0xEDA775) is unknown color: approx Tacao. HEX triplet: ED, A7 and 75. RGB value is (237,167,117). Sum of RGB (Red+Green+Blue) = 237+167+117=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA775 is #12588A. Grayscale: #B6B6B6. Windows color (decimal): -1202315 or 7710701. OLE color: 7710701.

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

Color convert

RGB237167117-
CMYK00.300.510.07
HSL25º76.92%69.41%-
HSV(B)25º50.63%92.94%-
XYZ51.9546.9323.15-
YUV182.2391.19167.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.49%
GREEN value IS 167 (65.62% from 255) = 32.05%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=45.49%
G=32.05%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716711700.300.510.072576.9269.41
HexEDA77501E337194d45
Octal35524716503663731115105
Binary111011011010011111101010111101100111111100110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA775; }

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

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

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

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

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

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

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

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