#EDA970

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

Shades of Tacao #EDA970

Tints of Tacao #EDA970

Color information

#EDA970 (or 0xEDA970) is unknown color: approx Tacao. HEX triplet: ED, A9 and 70. RGB value is (237,169,112). Sum of RGB (Red+Green+Blue) = 237+169+112=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA970 is #12568F. Grayscale: #B7B7B7. Windows color (decimal): -1201808 or 7383533. OLE color: 7383533.

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

Color convert

RGB237169112-
CMYK00.290.530.07
HSL27.36º77.64%68.43%-
HSV(B)27.36º52.74%92.94%-
XYZ52.0447.5521.76-
YUV182.8388.03166.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 169 (66.41% from 255) = 32.63%
BLUE value IS 112 (44.14% from 255) = 21.62%
R=45.75%
G=32.63%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716911200.290.530.0727.3677.6468.43
HexEDA97001D3571b4e44
Octal35525116003565733116104
Binary111011011010100111100000111011101011111101110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA970; }

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

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

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

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

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

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

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

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