#EDA981

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

Shades of Tacao #EDA981

Tints of Tacao #EDA981

Color information

#EDA981 (or 0xEDA981) is unknown color: approx Tacao. HEX triplet: ED, A9 and 81. RGB value is (237,169,129). Sum of RGB (Red+Green+Blue) = 237+169+129=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA981 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA981 is #12567E. Grayscale: #B9B9B9. Windows color (decimal): -1201791 or 8497645. OLE color: 8497645.

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

Color convert

RGB237169129-
CMYK00.290.460.07
HSL22.22º75%71.76%-
HSV(B)22.22º45.57%92.94%-
XYZ53.0847.9727.23-
YUV184.7796.53165.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.30%
GREEN value IS 169 (66.41% from 255) = 31.59%
BLUE value IS 129 (50.78% from 255) = 24.11%
R=44.30%
G=31.59%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716912900.290.460.0722.227571.76
HexEDA98101D2E7164b48
Octal35525120103556726113110
Binary1110110110101001100000010111011011101111011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA981; }

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

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

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

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

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

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

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

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