Html Css Color HEX #EDAA71 Tacao

📋 copy color: '#EDAA71'

red 237 ◦ green 170 ◦ blue 113

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

Shades of Tacao #EDAA71

Tints of Tacao #EDAA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.73%

R = 45.58%
G = 32.69%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDAA71 (or 0xEDAA71) is known color: Tacao. HEX triplet: ED, AA and 71. RGB value is (237,170,113). Sum of RGB (Red+Green+Blue) = 237+170+113=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAA71 is #12558E. Grayscale: #B7B7B7. Windows color (decimal): -1201551 or 7449325. OLE color: 7449325.

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

Color convert

RGB 237 170 113 -
CMYK 0 0.28 0.52 0.07
HSL 27.58º 0.78% 0.69% -
HSV(B) 27.58º 0.52% 0.93% -
XYZ 52.28 47.95 22.12 -
YUV 183.54 88.2 166.13 -
System Red Green Blue C M Y K H S L
Decimal 237 170 113 0 0.28 0.52 0.07 27.58 0.78 0.69
Hex ED AA 71 0 1C 34 7 1C 4E 45
Octal 355 252 161 0 34 64 7 34 116 105
Binary 11101101 10101010 1110001 0 11100 110100 111 11100 1001110 1000101

Color Harmonies of #EDAA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA71

Black with #EDAA71

Text Example


Text Example

White with #EDAA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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