Html Css Color HEX #EDA579 Tacao

📋 copy color: '#EDA579'

red 237 ◦ green 165 ◦ blue 121

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

Shades of Tacao #EDA579

Tints of Tacao #EDA579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.14%

R = 45.32%
G = 31.55%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDA579 (or 0xEDA579) is known color: Tacao. HEX triplet: ED, A5 and 79. RGB value is (237,165,121). Sum of RGB (Red+Green+Blue) = 237+165+121=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA579 is #125A86. Grayscale: #B5B5B5. Windows color (decimal): -1202823 or 7972333. OLE color: 7972333.

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

Color convert

RGB 237 165 121 -
CMYK 0 0.30 0.49 0.07
HSL 22.76º 0.76% 0.7% -
HSV(B) 22.76º 0.49% 0.93% -
XYZ 51.83 46.3 24.29 -
YUV 181.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 237 165 121 0 0.30 0.49 0.07 22.76 0.76 0.7
Hex ED A5 79 0 1E 31 7 17 4C 46
Octal 355 245 171 0 36 61 7 27 114 106
Binary 11101101 10100101 1111001 0 11110 110001 111 10111 1001100 1000110

Color Harmonies of #EDA579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA579

Black with #EDA579

Text Example


Text Example

White with #EDA579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA579; }

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

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

background-color css

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

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

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

border-color css

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

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

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