Html Css Color HEX #EDAD7A Tacao

📋 copy color: '#EDAD7A'

red 237 ◦ green 173 ◦ blue 122

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

Shades of Tacao #EDAD7A

Tints of Tacao #EDAD7A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.52%

 BLUE value IS 122 (48.05% from 255) = 22.93%

R = 44.55%
G = 32.52%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDAD7A (or 0xEDAD7A) is known color: Tacao. HEX triplet: ED, AD and 7A. RGB value is (237,173,122). Sum of RGB (Red+Green+Blue) = 237+173+122=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD7A is #125285. Grayscale: #BABABA. Windows color (decimal): -1200774 or 8039917. OLE color: 8039917.

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

Color convert

RGB 237 173 122 -
CMYK 0 0.27 0.49 0.07
HSL 26.61º 0.76% 0.7% -
HSV(B) 26.61º 0.49% 0.93% -
XYZ 53.38 49.3 25.11 -
YUV 186.32 91.7 164.15 -
System Red Green Blue C M Y K H S L
Decimal 237 173 122 0 0.27 0.49 0.07 26.61 0.76 0.7
Hex ED AD 7A 0 1B 31 7 1B 4C 46
Octal 355 255 172 0 33 61 7 33 114 106
Binary 11101101 10101101 1111010 0 11011 110001 111 11011 1001100 1000110

Color Harmonies of #EDAD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD7A

Black with #EDAD7A

Text Example


Text Example

White with #EDAD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD7A; }

 p { color: rgb(237,173,122); }

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

background-color css

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

 a { background-color: rgb(237,173,122); }

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

border-color css

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

 span { border-color: rgb(237,173,122); }

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