#EDB07D

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

Shades of Tacao #EDB07D

Tints of Tacao #EDB07D

Color information

#EDB07D (or 0xEDB07D) is unknown color: approx Tacao. HEX triplet: ED, B0 and 7D. RGB value is (237,176,125). Sum of RGB (Red+Green+Blue) = 237+176+125=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB07D is #124F82. Grayscale: #BCBCBC. Windows color (decimal): -1200003 or 8237293. OLE color: 8237293.

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

Color convert

RGB237176125-
CMYK00.260.470.07
HSL27.32º75.68%70.98%-
HSV(B)27.32º47.26%92.94%-
XYZ54.1550.5426.3-
YUV188.4292.21162.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 176 (69.14% from 255) = 32.71%
BLUE value IS 125 (49.22% from 255) = 23.23%
R=44.05%
G=32.71%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717612500.260.470.0727.3275.6870.98
HexEDB07D01A2F71b4c47
Octal35526017503257733114107
Binary111011011011000011111010110101011111111101110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB07D; }

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

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

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

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

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

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

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

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