Html Css Color HEX #EDA770 Tacao

📋 copy color: '#EDA770'

red 237 ◦ green 167 ◦ blue 112

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

Shades of Tacao #EDA770

Tints of Tacao #EDA770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.36%

 BLUE value IS 112 (44.14% from 255) = 21.71%

R = 45.93%
G = 32.36%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDA770 (or 0xEDA770) is known color: Tacao. HEX triplet: ED, A7 and 70. RGB value is (237,167,112). Sum of RGB (Red+Green+Blue) = 237+167+112=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA770 is #12588F. Grayscale: #B5B5B5. Windows color (decimal): -1202320 or 7383021. OLE color: 7383021.

HSL color Cylindrical-coordinate representation of color #EDA770: hue angle of 26.4º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDA770 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 167 112 -
CMYK 0 0.30 0.53 0.07
HSL 26.4º 0.78% 0.68% -
HSV(B) 26.4º 0.53% 0.93% -
XYZ 51.67 46.81 21.64 -
YUV 181.66 88.69 167.47 -
System Red Green Blue C M Y K H S L
Decimal 237 167 112 0 0.30 0.53 0.07 26.4 0.78 0.68
Hex ED A7 70 0 1E 35 7 1A 4E 44
Octal 355 247 160 0 36 65 7 32 116 104
Binary 11101101 10100111 1110000 0 11110 110101 111 11010 1001110 1000100

Color Harmonies of #EDA770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA770

Black with #EDA770

Text Example


Text Example

White with #EDA770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA770; }

 p { color: rgb(237,167,112); }

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

background-color css

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

 a { background-color: rgb(237,167,112); }

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

border-color css

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

 span { border-color: rgb(237,167,112); }

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