Html Css Color HEX #EDA573 Tacao

📋 copy color: '#EDA573'

red 237 ◦ green 165 ◦ blue 115

#EDA573
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacao #EDA573

Tints of Tacao #EDA573

RGB

 RED value IS 237 (92.97% from 255) = 45.84%

 GREEN value IS 165 (64.84% from 255) = 31.91%

 BLUE value IS 115 (45.31% from 255) = 22.24%

R = 45.84%
G = 31.91%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDA573 (or 0xEDA573) is known color: Tacao. HEX triplet: ED, A5 and 73. RGB value is (237,165,115). Sum of RGB (Red+Green+Blue) = 237+165+115=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA573 is #125A8C. Grayscale: #B5B5B5. Windows color (decimal): -1202829 or 7579117. OLE color: 7579117.

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

Color convert

RGB 237 165 115 -
CMYK 0 0.30 0.51 0.07
HSL 24.59º 0.77% 0.69% -
HSV(B) 24.59º 0.51% 0.93% -
XYZ 51.47 46.15 22.41 -
YUV 180.83 90.85 168.07 -
System Red Green Blue C M Y K H S L
Decimal 237 165 115 0 0.30 0.51 0.07 24.59 0.77 0.69
Hex ED A5 73 0 1E 33 7 19 4D 45
Octal 355 245 163 0 36 63 7 31 115 105
Binary 11101101 10100101 1110011 0 11110 110011 111 11001 1001101 1000101

Color Harmonies of #EDA573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA573

Black with #EDA573

Text Example


Text Example

White with #EDA573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA573; }

 p { color: rgb(237,165,115); }

 H1.HeaderClassName
 {
   color: #EDA573;
 }
 .AnyTagClassName
 {
   color: #EDA573;
 }
</style>

background-color css

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

 a { background-color: rgb(237,165,115); }

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

border-color css

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

 span { border-color: rgb(237,165,115); }

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