Html Css Color HEX #EDAB73 Tacao

📋 copy color: '#EDAB73'

red 237 ◦ green 171 ◦ blue 115

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

Shades of Tacao #EDAB73

Tints of Tacao #EDAB73

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.7%

 BLUE value IS 115 (45.31% from 255) = 21.99%

R = 45.32%
G = 32.7%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDAB73 (or 0xEDAB73) is known color: Tacao. HEX triplet: ED, AB and 73. RGB value is (237,171,115). Sum of RGB (Red+Green+Blue) = 237+171+115=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAB73 is #12548C. Grayscale: #B8B8B8. Windows color (decimal): -1201293 or 7580653. OLE color: 7580653.

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

Color convert

RGB 237 171 115 -
CMYK 0 0.28 0.51 0.07
HSL 27.54º 0.77% 0.69% -
HSV(B) 27.54º 0.51% 0.93% -
XYZ 52.58 48.37 22.78 -
YUV 184.35 88.87 165.55 -
System Red Green Blue C M Y K H S L
Decimal 237 171 115 0 0.28 0.51 0.07 27.54 0.77 0.69
Hex ED AB 73 0 1C 33 7 1C 4D 45
Octal 355 253 163 0 34 63 7 34 115 105
Binary 11101101 10101011 1110011 0 11100 110011 111 11100 1001101 1000101

Color Harmonies of #EDAB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB73

Black with #EDAB73

Text Example


Text Example

White with #EDAB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB73; }

 p { color: rgb(237,171,115); }

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

background-color css

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

 a { background-color: rgb(237,171,115); }

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

border-color css

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

 span { border-color: rgb(237,171,115); }

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