Html Css Color HEX #EDA982 Tacao

📋 copy color: '#EDA982'

red 237 ◦ green 169 ◦ blue 130

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

Shades of Tacao #EDA982

Tints of Tacao #EDA982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.25%

R = 44.22%
G = 31.53%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDA982 (or 0xEDA982) is known color: Tacao. HEX triplet: ED, A9 and 82. RGB value is (237,169,130). Sum of RGB (Red+Green+Blue) = 237+169+130=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 130 (51.17% from 255 or 24.25% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA982 is #12567D. Grayscale: #B9B9B9. Windows color (decimal): -1201790 or 8563181. OLE color: 8563181.

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

Color convert

RGB 237 169 130 -
CMYK 0 0.29 0.45 0.07
HSL 21.87º 0.75% 0.72% -
HSV(B) 21.87º 0.45% 0.93% -
XYZ 53.14 47.99 27.58 -
YUV 184.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 237 169 130 0 0.29 0.45 0.07 21.87 0.75 0.72
Hex ED A9 82 0 1D 2D 7 16 4B 48
Octal 355 251 202 0 35 55 7 26 113 110
Binary 11101101 10101001 10000010 0 11101 101101 111 10110 1001011 1001000

Color Harmonies of #EDA982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA982

Black with #EDA982

Text Example


Text Example

White with #EDA982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA982; }

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

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

background-color css

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

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

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

border-color css

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

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

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