Html Css Color HEX #EDAA7D Tacao

📋 copy color: '#EDAA7D'

red 237 ◦ green 170 ◦ blue 125

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

Shades of Tacao #EDAA7D

Tints of Tacao #EDAA7D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.95%

 BLUE value IS 125 (49.22% from 255) = 23.5%

R = 44.55%
G = 31.95%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDAA7D (or 0xEDAA7D) is known color: Tacao. HEX triplet: ED, AA and 7D. RGB value is (237,170,125). Sum of RGB (Red+Green+Blue) = 237+170+125=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAA7D is #125582. Grayscale: #B9B9B9. Windows color (decimal): -1201539 or 8235757. OLE color: 8235757.

HSL color Cylindrical-coordinate representation of color #EDAA7D: hue angle of 24.11º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDAA7D is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 170 125 -
CMYK 0 0.28 0.47 0.07
HSL 24.11º 0.76% 0.71% -
HSV(B) 24.11º 0.47% 0.93% -
XYZ 53 48.23 25.92 -
YUV 184.9 94.2 165.16 -
System Red Green Blue C M Y K H S L
Decimal 237 170 125 0 0.28 0.47 0.07 24.11 0.76 0.71
Hex ED AA 7D 0 1C 2F 7 18 4C 47
Octal 355 252 175 0 34 57 7 30 114 107
Binary 11101101 10101010 1111101 0 11100 101111 111 11000 1001100 1000111

Color Harmonies of #EDAA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA7D

Black with #EDAA7D

Text Example


Text Example

White with #EDAA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA7D; }

 p { color: rgb(237,170,125); }

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

background-color css

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

 a { background-color: rgb(237,170,125); }

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

border-color css

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

 span { border-color: rgb(237,170,125); }

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