#EDB17C

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

Shades of Tacao #EDB17C

Tints of Tacao #EDB17C

Color information

#EDB17C (or 0xEDB17C) is unknown color: approx Tacao. HEX triplet: ED, B1 and 7C. RGB value is (237,177,124). Sum of RGB (Red+Green+Blue) = 237+177+124=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB17C is #124E83. Grayscale: #BDBDBD. Windows color (decimal): -1199748 or 8172013. OLE color: 8172013.

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

Color convert

RGB237177124-
CMYK00.250.480.07
HSL28.14º75.84%70.78%-
HSV(B)28.14º47.68%92.94%-
XYZ54.2950.926.03-
YUV188.991.38162.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 177 (69.53% from 255) = 32.90%
BLUE value IS 124 (48.83% from 255) = 23.05%
R=44.05%
G=32.90%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717712400.250.480.0728.1475.8470.78
HexEDB17C0193071c4c47
Octal35526117403160734114107
Binary111011011011000111111000110011100001111110010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB17C; }

 p { color: rgb(237,177,124); }

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

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

 a { background-color: rgb(237,177,124); }

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

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

 span { border-color: rgb(237,177,124); }

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