Html Css Color HEX #EDAD77 Tacao

📋 copy color: '#EDAD77'

red 237 ◦ green 173 ◦ blue 119

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

Shades of Tacao #EDAD77

Tints of Tacao #EDAD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.5%

R = 44.8%
G = 32.7%
B = 22.5%

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

#EDAD77 (or 0xEDAD77) is known color: Tacao. HEX triplet: ED, AD and 77. RGB value is (237,173,119). Sum of RGB (Red+Green+Blue) = 237+173+119=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD77 is #125288. Grayscale: #BABABA. Windows color (decimal): -1200777 or 7843309. OLE color: 7843309.

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

Color convert

RGB 237 173 119 -
CMYK 0 0.27 0.50 0.07
HSL 27.46º 0.77% 0.7% -
HSV(B) 27.46º 0.5% 0.93% -
XYZ 53.2 49.22 24.15 -
YUV 185.98 90.2 164.39 -
System Red Green Blue C M Y K H S L
Decimal 237 173 119 0 0.27 0.50 0.07 27.46 0.77 0.7
Hex ED AD 77 0 1B 32 7 1B 4D 46
Octal 355 255 167 0 33 62 7 33 115 106
Binary 11101101 10101101 1110111 0 11011 110010 111 11011 1001101 1000110

Color Harmonies of #EDAD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD77

Black with #EDAD77

Text Example


Text Example

White with #EDAD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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