#EDB375

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

Shades of Tacao #EDB375

Tints of Tacao #EDB375

Color information

#EDB375 (or 0xEDB375) is unknown color: approx Tacao. HEX triplet: ED, B3 and 75. RGB value is (237,179,117). Sum of RGB (Red+Green+Blue) = 237+179+117=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB375 is #124C8A. Grayscale: #BDBDBD. Windows color (decimal): -1199243 or 7713773. OLE color: 7713773.

HSL color Cylindrical-coordinate representation of color #EDB375: hue angle of 31º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDB375 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237179117-
CMYK00.240.510.07
HSL31º76.92%69.41%-
HSV(B)31º50.63%92.94%-
XYZ54.2651.5323.92-
YUV189.2787.22162.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 179 (70.31% from 255) = 33.58%
BLUE value IS 117 (46.09% from 255) = 21.95%
R=44.47%
G=33.58%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717911700.240.510.073176.9269.41
HexEDB3750183371f4d45
Octal35526316503063737115105
Binary111011011011001111101010110001100111111111110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB375; }

 p { color: rgb(237,179,117); }

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

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

 a { background-color: rgb(237,179,117); }

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

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

 span { border-color: rgb(237,179,117); }

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