#EDA971

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

Shades of Tacao #EDA971

Tints of Tacao #EDA971

Color information

#EDA971 (or 0xEDA971) is unknown color: approx Tacao. HEX triplet: ED, A9 and 71. RGB value is (237,169,113). Sum of RGB (Red+Green+Blue) = 237+169+113=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA971 is #12568E. Grayscale: #B7B7B7. Windows color (decimal): -1201807 or 7449069. OLE color: 7449069.

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

Color convert

RGB237169113-
CMYK00.290.520.07
HSL27.1º77.5%68.63%-
HSV(B)27.1º52.32%92.94%-
XYZ52.0947.5722.06-
YUV182.9588.53166.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 169 (66.41% from 255) = 32.56%
BLUE value IS 113 (44.53% from 255) = 21.77%
R=45.66%
G=32.56%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716911300.290.520.0727.177.568.63
HexEDA97101D3471b4e45
Octal35525116103564733116105
Binary111011011010100111100010111011101001111101110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA971; }

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

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

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

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

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

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

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

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