Html Css Color HEX #EDAD76 Tacao

📋 copy color: '#EDAD76'

red 237 ◦ green 173 ◦ blue 118

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

Shades of Tacao #EDAD76

Tints of Tacao #EDAD76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.35%

R = 44.89%
G = 32.77%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDAD76 (or 0xEDAD76) is known color: Tacao. HEX triplet: ED, AD and 76. RGB value is (237,173,118). Sum of RGB (Red+Green+Blue) = 237+173+118=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD76 is #125289. Grayscale: #BABABA. Windows color (decimal): -1200778 or 7777773. OLE color: 7777773.

HSL color Cylindrical-coordinate representation of color #EDAD76: hue angle of 27.73º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDAD76 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 173 118 -
CMYK 0 0.27 0.50 0.07
HSL 27.73º 0.77% 0.7% -
HSV(B) 27.73º 0.5% 0.93% -
XYZ 53.14 49.2 23.84 -
YUV 185.87 89.7 164.47 -
System Red Green Blue C M Y K H S L
Decimal 237 173 118 0 0.27 0.50 0.07 27.73 0.77 0.7
Hex ED AD 76 0 1B 32 7 1C 4D 46
Octal 355 255 166 0 33 62 7 34 115 106
Binary 11101101 10101101 1110110 0 11011 110010 111 11100 1001101 1000110

Color Harmonies of #EDAD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD76

Black with #EDAD76

Text Example


Text Example

White with #EDAD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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