#EDA472

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

Shades of Tacao #EDA472

Tints of Tacao #EDA472

Color information

#EDA472 (or 0xEDA472) is unknown color: approx Tacao. HEX triplet: ED, A4 and 72. RGB value is (237,164,114). Sum of RGB (Red+Green+Blue) = 237+164+114=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA472 is #125B8D. Grayscale: #B4B4B4. Windows color (decimal): -1203086 or 7513325. OLE color: 7513325.

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

Color convert

RGB237164114-
CMYK00.310.520.07
HSL24.39º77.36%68.82%-
HSV(B)24.39º51.9%92.94%-
XYZ51.2445.7722.05-
YUV180.1390.68168.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.02%
GREEN value IS 164 (64.45% from 255) = 31.84%
BLUE value IS 114 (44.92% from 255) = 22.14%
R=46.02%
G=31.84%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716411400.310.520.0724.3977.3668.82
HexEDA47201F347184d45
Octal35524416203764730115105
Binary111011011010010011100100111111101001111100010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA472; }

 p { color: rgb(237,164,114); }

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

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

 a { background-color: rgb(237,164,114); }

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

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

 span { border-color: rgb(237,164,114); }

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