Html Css Color HEX #EDAD80 Tacao

📋 copy color: '#EDAD80'

red 237 ◦ green 173 ◦ blue 128

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

Shades of Tacao #EDAD80

Tints of Tacao #EDAD80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.79%

R = 44.05%
G = 32.16%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDAD80 (or 0xEDAD80) is known color: Tacao. HEX triplet: ED, AD and 80. RGB value is (237,173,128). Sum of RGB (Red+Green+Blue) = 237+173+128=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD80 is #12527F. Grayscale: #BBBBBB. Windows color (decimal): -1200768 or 8433133. OLE color: 8433133.

HSL color Cylindrical-coordinate representation of color #EDAD80: hue angle of 24.77º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDAD80 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 173 128 -
CMYK 0 0.27 0.46 0.07
HSL 24.77º 0.75% 0.72% -
HSV(B) 24.77º 0.46% 0.93% -
XYZ 53.76 49.45 27.13 -
YUV 187.01 94.7 163.66 -
System Red Green Blue C M Y K H S L
Decimal 237 173 128 0 0.27 0.46 0.07 24.77 0.75 0.72
Hex ED AD 80 0 1B 2E 7 19 4B 48
Octal 355 255 200 0 33 56 7 31 113 110
Binary 11101101 10101101 10000000 0 11011 101110 111 11001 1001011 1001000

Color Harmonies of #EDAD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD80

Black with #EDAD80

Text Example


Text Example

White with #EDAD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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