Html Css Color HEX #EDA980 Tacao

📋 copy color: '#EDA980'

red 237 ◦ green 169 ◦ blue 128

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

Shades of Tacao #EDA980

Tints of Tacao #EDA980

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.65%

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

R = 44.38%
G = 31.65%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDA980 (or 0xEDA980) is known color: Tacao. HEX triplet: ED, A9 and 80. RGB value is (237,169,128). Sum of RGB (Red+Green+Blue) = 237+169+128=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA980 is #12567F. Grayscale: #B8B8B8. Windows color (decimal): -1201792 or 8432109. OLE color: 8432109.

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

Color convert

RGB 237 169 128 -
CMYK 0 0.29 0.46 0.07
HSL 22.57º 0.75% 0.72% -
HSV(B) 22.57º 0.46% 0.93% -
XYZ 53.01 47.94 26.88 -
YUV 184.66 96.03 165.33 -
System Red Green Blue C M Y K H S L
Decimal 237 169 128 0 0.29 0.46 0.07 22.57 0.75 0.72
Hex ED A9 80 0 1D 2E 7 17 4B 48
Octal 355 251 200 0 35 56 7 27 113 110
Binary 11101101 10101001 10000000 0 11101 101110 111 10111 1001011 1001000

Color Harmonies of #EDA980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA980

Black with #EDA980

Text Example


Text Example

White with #EDA980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA980; }

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

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

background-color css

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

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

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

border-color css

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

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

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