#EDB078

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

Shades of Tacao #EDB078

Tints of Tacao #EDB078

Color information

#EDB078 (or 0xEDB078) is unknown color: approx Tacao. HEX triplet: ED, B0 and 78. RGB value is (237,176,120). Sum of RGB (Red+Green+Blue) = 237+176+120=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB078 is #124F87. Grayscale: #BCBCBC. Windows color (decimal): -1200008 or 7909613. OLE color: 7909613.

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

Color convert

RGB237176120-
CMYK00.260.490.07
HSL28.72º76.47%70%-
HSV(B)28.72º49.37%92.94%-
XYZ53.8450.4124.66-
YUV187.8689.71163.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 176 (69.14% from 255) = 33.02%
BLUE value IS 120 (47.27% from 255) = 22.51%
R=44.47%
G=33.02%
B=22.51%

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
Decimal23717612000.260.490.0728.7276.4770
HexEDB07801A3171d4c46
Octal35526017003261735114106
Binary111011011011000011110000110101100011111110110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB078; }

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

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

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

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

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

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

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

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