#EDB07A

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

Shades of Tacao #EDB07A

Tints of Tacao #EDB07A

Color information

#EDB07A (or 0xEDB07A) is unknown color: approx Tacao. HEX triplet: ED, B0 and 7A. RGB value is (237,176,122). Sum of RGB (Red+Green+Blue) = 237+176+122=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB07A is #124F85. Grayscale: #BCBCBC. Windows color (decimal): -1200006 or 8040685. OLE color: 8040685.

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

Color convert

RGB237176122-
CMYK00.260.490.07
HSL28.17º76.16%70.39%-
HSV(B)28.17º48.52%92.94%-
XYZ53.9650.4625.31-
YUV188.0890.71162.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.30%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 122 (48.05% from 255) = 22.80%
R=44.30%
G=32.90%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717612200.260.490.0728.1776.1670.39
HexEDB07A01A3171c4c46
Octal35526017203261734114106
Binary111011011011000011110100110101100011111110010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB07A; }

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

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

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

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

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

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

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

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