#EDB17A

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

Shades of Tacao #EDB17A

Tints of Tacao #EDB17A

Color information

#EDB17A (or 0xEDB17A) is unknown color: approx Tacao. HEX triplet: ED, B1 and 7A. RGB value is (237,177,122). Sum of RGB (Red+Green+Blue) = 237+177+122=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB17A is #124E85. Grayscale: #BCBCBC. Windows color (decimal): -1199750 or 8040941. OLE color: 8040941.

HSL color Cylindrical-coordinate representation of color #EDB17A: hue angle of 28.7º 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 #EDB17A is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB237177122-
CMYK00.250.490.07
HSL28.7º76.16%70.39%-
HSV(B)28.7º48.52%92.94%-
XYZ54.1650.8525.37-
YUV188.6790.38162.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.22%
GREEN value IS 177 (69.53% from 255) = 33.02%
BLUE value IS 122 (48.05% from 255) = 22.76%
R=44.22%
G=33.02%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717712200.250.490.0728.776.1670.39
HexEDB17A0193171d4c46
Octal35526117203161735114106
Binary111011011011000111110100110011100011111110110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB17A; }

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

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

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

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

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

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

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

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