#EDA67A

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

Shades of Tacao #EDA67A

Tints of Tacao #EDA67A

Color information

#EDA67A (or 0xEDA67A) is unknown color: approx Tacao. HEX triplet: ED, A6 and 7A. RGB value is (237,166,122). Sum of RGB (Red+Green+Blue) = 237+166+122=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA67A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA67A is #125985. Grayscale: #B6B6B6. Windows color (decimal): -1202566 or 8038125. OLE color: 8038125.

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

Color convert

RGB237166122-
CMYK00.300.490.07
HSL22.96º76.16%70.39%-
HSV(B)22.96º48.52%92.94%-
XYZ52.0746.6824.68-
YUV182.2194.02167.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.14%
GREEN value IS 166 (65.23% from 255) = 31.62%
BLUE value IS 122 (48.05% from 255) = 23.24%
R=45.14%
G=31.62%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716612200.300.490.0722.9676.1670.39
HexEDA67A01E317174c46
Octal35524617203661727114106
Binary111011011010011011110100111101100011111011110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA67A; }

 p { color: rgb(237,166,122); }

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

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

 a { background-color: rgb(237,166,122); }

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

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

 span { border-color: rgb(237,166,122); }

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